Browse Source

commit in 2.18

小太阳 6 years ago
commit
5229c742c7
100 changed files with 3922 additions and 0 deletions
  1. 212 0
      css/baguetteBox.css
  2. 115 0
      css/choumei.min.css
  3. 2162 0
      css/index.css
  4. 596 0
      css/invitation.css
  5. 454 0
      css/join.css
  6. 179 0
      css/media.css
  7. 45 0
      css/message.css
  8. 87 0
      css/reset.css
  9. 47 0
      css/slick.css
  10. 15 0
      css/swiper.min.css
  11. 10 0
      demo.html
  12. BIN
      images/icon/cgaic.png
  13. BIN
      images/icon/close.png
  14. BIN
      images/icon/dialog-icon.png
  15. BIN
      images/icon/foicon.jpg
  16. BIN
      images/icon/logo.png
  17. BIN
      images/icon/mall_logo.png
  18. BIN
      images/icon/notice_logo.png
  19. BIN
      images/icon/research-icon.png
  20. BIN
      images/icon/suolve.png
  21. BIN
      images/index/01_left.png
  22. BIN
      images/index/01_right.png
  23. BIN
      images/index/02_left.png
  24. BIN
      images/index/02_right.png
  25. BIN
      images/index/03_left.png
  26. BIN
      images/index/03_right.png
  27. BIN
      images/index/4DKK-logo.png
  28. BIN
      images/index/4dage_bg.jpg
  29. BIN
      images/index/4dkankan.png
  30. BIN
      images/index/ArBottomLight.png
  31. BIN
      images/index/Arbottom.png
  32. BIN
      images/index/Arbottom_new.png
  33. BIN
      images/index/Artop.png
  34. BIN
      images/index/CMCAI-2017.png
  35. BIN
      images/index/CMCAI-2018.png
  36. BIN
      images/index/DFKI.jpg
  37. BIN
      images/index/DI-news-one.jpg
  38. BIN
      images/index/DI-news-two.jpg
  39. BIN
      images/index/FDKKbg.jpg
  40. BIN
      images/index/FourDLOGO.png
  41. BIN
      images/index/WHOLESHOW.jpg
  42. BIN
      images/index/WHOLESHOW1.jpg
  43. BIN
      images/index/WHOLESHOW2.jpg
  44. BIN
      images/index/WHOLESHOW3.jpg
  45. BIN
      images/index/WHOLESHOW4.jpg
  46. BIN
      images/index/WHOLESHOW5.jpg
  47. BIN
      images/index/about_bg.png
  48. BIN
      images/index/cgaii_index.jpg
  49. BIN
      images/index/faguang.png
  50. BIN
      images/index/graphicsmedia.jpg
  51. BIN
      images/index/ivate-bg.png
  52. BIN
      images/index/line.png
  53. BIN
      images/index/mobile-meachine.png
  54. BIN
      images/index/mobile-mechanical.png
  55. BIN
      images/index/participate_mall.png
  56. BIN
      images/index/partner_bg.jpg
  57. BIN
      images/index/photo.png
  58. BIN
      images/index/renwu.png
  59. BIN
      images/index/robot.png
  60. BIN
      images/index/robotbg.jpg
  61. BIN
      images/index/slam-bg.png
  62. BIN
      images/index/territory-bg.png
  63. BIN
      images/invitation/01.jpg
  64. BIN
      images/invitation/02.jpg
  65. BIN
      images/invitation/03.jpg
  66. BIN
      images/invitation/04.jpg
  67. BIN
      images/invitation/05.jpg
  68. BIN
      images/invitation/06.jpg
  69. BIN
      images/invitation/1.1.png
  70. BIN
      images/invitation/1.jpg
  71. BIN
      images/invitation/1.png
  72. BIN
      images/invitation/10.png
  73. BIN
      images/invitation/11.png
  74. BIN
      images/invitation/12.jpg
  75. BIN
      images/invitation/12.png
  76. BIN
      images/invitation/12_1.png
  77. BIN
      images/invitation/13.jpg
  78. BIN
      images/invitation/14.jpg
  79. BIN
      images/invitation/15.jpg
  80. BIN
      images/invitation/15.png
  81. BIN
      images/invitation/16.jpg
  82. BIN
      images/invitation/16.png
  83. BIN
      images/invitation/17.png
  84. BIN
      images/invitation/1_en.jpg
  85. BIN
      images/invitation/2.png
  86. BIN
      images/invitation/3.1.png
  87. BIN
      images/invitation/3.png
  88. BIN
      images/invitation/4.1.png
  89. BIN
      images/invitation/4.jpg
  90. BIN
      images/invitation/5.jpg
  91. BIN
      images/invitation/6.1.png
  92. BIN
      images/invitation/6.png
  93. BIN
      images/invitation/7.1.png
  94. BIN
      images/invitation/7.png
  95. BIN
      images/invitation/9.1.png
  96. BIN
      images/invitation/9.jpg
  97. BIN
      images/invitation/click-logo.jpg
  98. BIN
      images/invitation/hzhb1.png
  99. BIN
      images/invitation/hzhb10.png
  100. 0 0
      images/invitation/hzhb11.png

+ 212 - 0
css/baguetteBox.css

@@ -0,0 +1,212 @@
+/*!
+ * baguetteBox.js
+ * @author  feimosi
+ * @version 1.8.2
+ * @url https://github.com/feimosi/baguetteBox.js
+ */
+#baguetteBox-overlay {
+  display: none;
+  opacity: 0;
+  position: fixed;
+  overflow: hidden;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  z-index: 1000000;
+  background-color: #222;
+  background-color: rgba(0, 0, 0, 0.8);
+  -webkit-transition: opacity .5s ease;
+  transition: opacity .5s ease; }
+  #baguetteBox-overlay.visible {
+    opacity: 1; }
+  #baguetteBox-overlay .full-image {
+    display: inline-block;
+    position: relative;
+    width: 100%;
+    height: 100%;
+    text-align: center; }
+    #baguetteBox-overlay .full-image figure {
+      display: inline;
+      margin: 0;
+      height: 100%; }
+    #baguetteBox-overlay .full-image img {
+      display: inline-block;
+      width: auto;
+      height: auto;
+      max-height: 100%;
+      max-width: 100%;
+      vertical-align: middle;
+      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
+           box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
+    #baguetteBox-overlay .full-image figcaption {
+      display: block;
+      position: absolute;
+      bottom: 0;
+      width: 100%;
+      text-align: center;
+      line-height: 1.8;
+      white-space: normal;
+      color: #ccc;
+      background-color: #000;
+      background-color: rgba(0, 0, 0, 0.6);
+      font-family: sans-serif; }
+    #baguetteBox-overlay .full-image:before {
+      content: "";
+      display: inline-block;
+      height: 50%;
+      width: 1px;
+      margin-right: -1px; }
+
+#baguetteBox-slider {
+  position: absolute;
+  left: 0;
+  top: 0;
+  height: 100%;
+  width: 100%;
+  white-space: nowrap;
+  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
+  transition: left .4s ease, -webkit-transform .4s ease;
+  transition: left .4s ease, transform .4s ease;
+  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
+  #baguetteBox-slider.bounce-from-right {
+    -webkit-animation: bounceFromRight .4s ease-out;
+            animation: bounceFromRight .4s ease-out; }
+  #baguetteBox-slider.bounce-from-left {
+    -webkit-animation: bounceFromLeft .4s ease-out;
+            animation: bounceFromLeft .4s ease-out; }
+
+@-webkit-keyframes bounceFromRight {
+  0% {
+    margin-left: 0; }
+  50% {
+    margin-left: -30px; }
+  100% {
+    margin-left: 0; } }
+
+@keyframes bounceFromRight {
+  0% {
+    margin-left: 0; }
+  50% {
+    margin-left: -30px; }
+  100% {
+    margin-left: 0; } }
+
+@-webkit-keyframes bounceFromLeft {
+  0% {
+    margin-left: 0; }
+  50% {
+    margin-left: 30px; }
+  100% {
+    margin-left: 0; } }
+
+@keyframes bounceFromLeft {
+  0% {
+    margin-left: 0; }
+  50% {
+    margin-left: 30px; }
+  100% {
+    margin-left: 0; } }
+
+.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
+  top: 50%;
+  top: calc(50% - 30px);
+  width: 44px;
+  height: 60px; }
+
+.baguetteBox-button {
+  position: absolute;
+  cursor: pointer;
+  outline: none;
+  padding: 0;
+  margin: 0;
+  border: 0;
+  -moz-border-radius: 15%;
+       border-radius: 15%;
+  background-color: #323232;
+  background-color: rgba(50, 50, 50, 0.5);
+  color: #ddd;
+  font: 1.6em sans-serif;
+  -webkit-transition: background-color .4s ease;
+  transition: background-color .4s ease; }
+  .baguetteBox-button:focus, .baguetteBox-button:hover {
+    background-color: rgba(50, 50, 50, 0.9); }
+  .baguetteBox-button#next-button {
+    right: 2%; }
+  .baguetteBox-button#previous-button {
+    left: 2%; }
+  .baguetteBox-button#close-button {
+    top: 20px;
+    right: 2%;
+    right: calc(2% + 6px);
+    width: 30px;
+    height: 30px; }
+  .baguetteBox-button svg {
+    position: absolute;
+    left: 0;
+    top: 0; }
+
+/*
+    Preloader
+    Borrowed from http://tobiasahlin.com/spinkit/
+*/
+.baguetteBox-spinner {
+  width: 40px;
+  height: 40px;
+  display: inline-block;
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  margin-top: -20px;
+  margin-left: -20px; }
+
+.baguetteBox-double-bounce1,
+.baguetteBox-double-bounce2 {
+  width: 100%;
+  height: 100%;
+  -moz-border-radius: 50%;
+       border-radius: 50%;
+  background-color: #fff;
+  opacity: .6;
+  position: absolute;
+  top: 0;
+  left: 0;
+  -webkit-animation: bounce 2s infinite ease-in-out;
+          animation: bounce 2s infinite ease-in-out; }
+
+.baguetteBox-double-bounce2 {
+  -webkit-animation-delay: -1s;
+          animation-delay: -1s; }
+
+@-webkit-keyframes bounce {
+  0%, 100% {
+    -webkit-transform: scale(0);
+            transform: scale(0); }
+  50% {
+    -webkit-transform: scale(1);
+            transform: scale(1); } }
+
+@keyframes bounce {
+  0%, 100% {
+    -webkit-transform: scale(0);
+       -moz-transform: scale(0);
+            transform: scale(0); }
+  50% {
+    -webkit-transform: scale(1);
+       -moz-transform: scale(1);
+            transform: scale(1); } }
+
+
+
+.warp{ width: 100%; height: 100vh; overflow: auto;
+    background: -webkit-linear-gradient(#4568DC, #B06AB3); 
+    background: -o-linear-gradient(#4568DC, #B06AB3); 
+    background: -moz-linear-gradient(#4568DC, #B06AB3);
+    background: linear-gradient(#4568DC, #B06AB3);
+}
+.baguetteBoxOne-pd{ width: 89%; height: 100px; margin: 0 auto; display: flex; align-items: center; border-bottom: 2px solid #FFB300;}
+.baguetteBoxOne-pd a{text-decoration: none;  display: inline-block; width: 148px; height: 44px; background: #FFB300; color: #fff; font-size: 22px; line-height: 44px; cursor: pointer; text-align: center; border-radius: 5px;}
+.baguetteBoxOne-pd a:hover{background:#FEC43A;}
+.baguetteBoxOne{/* width: 90%; */margin: 0 auto;display: flex;flex-wrap: wrap;/* justify-content: center; */}
+.baguetteBoxOne a{display: flex;/* width: 240px; *//* height: 180px; *//* margin: 10px 10px; */text-decoration: none;}
+.baguetteBoxOne a > img{ width: 100%; height: 100%; }

+ 115 - 0
css/choumei.min.css

@@ -0,0 +1,115 @@
+@charset "utf-8";
+* {
+    margin: 0;
+    padding: 0
+}
+
+html {
+    height: 100%
+}
+
+body {
+    height: 100%;
+    background: url(../images/shouye_nvsheng_bg.png);
+    background-size: 100% 100%
+}
+
+#header img {
+    width: 100%
+}
+
+.swiper-container {
+    width: 100%;
+    -webkit-perspective: 1200px;
+    -moz-perspective: 1200px;
+    -ms-perspective: 1200px;
+    perspective: 1200px
+}
+
+.swiper-wrapper {
+    margin-top: 10px
+}
+
+.swiper-slide {
+    width: 80%;
+    -webkit-transform-style: preserve-3d;
+    -moz-transform-style: preserve-3d;
+    -ms-transform-style: preserve-3d;
+    transform-style: preserve-3d
+}
+
+.swiper-slide .main-img {
+    width: 80%;
+    margin: 0 auto;
+    display: block;
+    border-radius: 10px;
+}
+
+#pagination {
+    position: absolute;
+    bottom: 100px;
+    width: 100%
+}
+
+#pagination .swiper-pagination-bullet {
+    width: 9.5%;
+    float: left;
+    margin: 0 0 0 6.15%;
+    background: 0;
+    opacity: 1
+}
+
+.swiper-pagination-bullet i {
+    background: #41203f;
+    width: 24px;
+    height: 24px;
+    line-height: 24px;
+    font-size: 12px;
+    border-radius: 50px;
+    display: block;
+    font-style: normal;
+    text-align: center;
+    margin: 0 auto;
+    color: #f5b55c
+}
+
+.swiper-pagination-bullet-active i {
+    -webkit-transform: scale(1.5);
+    background: url(../images/shouye_nvsheng_huangseb.png) no-repeat center 50%;
+    background-size: auto 100%;
+    color: #815d4b
+}
+
+@media screen and (min-height:481px) {
+    .swiper-wrapper {
+        margin-top: 20px
+    }
+    #pagination {
+        bottom: 110px
+    }
+}
+
+@media screen and (min-height:569px) {
+    .swiper-wrapper {
+        margin-top: 40px
+    }
+    #pagination {
+        bottom: 120px
+    }
+    .swiper-pagination-bullet i {
+        width: 30px;
+        height: 30px;
+        line-height: 30px;
+        font-size: 15px
+    }
+}
+
+#footer {
+    position: absolute;
+    bottom: 0
+}
+
+#footer img {
+    width: 100%;
+    display: block
+}

File diff suppressed because it is too large
+ 2162 - 0
css/index.css


+ 596 - 0
css/invitation.css

@@ -0,0 +1,596 @@
+.body {
+    background: #fff;
+}
+
+.invitation_container {
+    padding-top: 2rem;
+    /*background: #f5f5f5;*/
+}
+
+.invitation_bg_div {
+    position: relative;
+    font-size: 0;
+}
+
+.invitation_bg_div>img {
+    width: 302%;
+    position: relative;
+    left: -106%;
+}
+
+.invitation_bg_div_txt {
+    width: 100%;
+    position: absolute;
+    top: 0;
+    text-align: left;
+    margin-top: 3rem;
+    margin-left: 30px;
+    text-shadow: 6px 0 4px rgba(15,60,129,0.2);
+}
+
+.invitation_bg_div_txt>img {
+    margin-bottom: 1rem;
+}
+
+.invitation_bg_div_txt>p {
+    color: #fff;
+    line-height: 1.5;
+    /*font-weight: bold;*/
+}
+
+.territory {
+    background: #f5f5f5;
+    margin-top: 3rem;
+    padding-top: 2rem;
+}
+
+.invitation_bg_div_txt .lang_p13_1 {
+    font-size: 1.2rem;
+    font-weight: bold;
+    color: #e6373c;
+    line-height: 1.1;
+}
+
+.lang_p13_2 {
+    font-size: 0.35rem;
+    font-weight: normal;
+    width: 400px;
+}
+
+.lang_p13_3 {
+    line-height: 1rem;
+    font-size: 0.37rem;
+    font-weight: normal;
+    /*letter-spacing: 0.01rem;*/
+}
+
+.lang_p13_3 span {}
+
+.lang_p13_9 {
+    font-size: 0.8rem;
+    font-weight: bold;
+    line-height: 1;
+    margin-top: 1.1rem;
+}
+
+
+.lang_p13_6 {
+    font-size: 0.6rem;
+    line-height: 1;
+    margin-top: 1.1rem;
+}
+
+.lang_p13_7 {
+    font-size: 0.6rem;
+    font-weight: normal;
+    line-height: 1;
+}
+
+.territory>h3 {
+    text-align: center;
+    line-height: 1.5;
+    letter-spacing: 0;
+}
+
+.invitation_logo {
+    width: 2.5rem;
+    margin-bottom: 1rem;
+}
+
+.invitation_title_en {}
+
+.invitation_title_en>p {
+    color: #fff;
+}
+
+.invitation_guest_container {
+    width: 100%;
+    padding: 2rem 1rem 3rem;
+    text-align: center;
+    /*margin-top: 1rem;*/
+    background: #f5f5f5;
+}
+
+.invitation_guest_nav,
+.invitation_card_nav {
+    display: flex;
+    justify-content: space-around;
+    font-size: 0.6rem;
+    color: #999;
+    margin-bottom: 1.7rem;
+    letter-spacing: 0;
+}
+
+.invitation_card_nav {
+    color: #999;
+}
+
+.invitation_guest_nav_item {
+    flex: 1;
+    padding-bottom: 0.3rem;
+    border-bottom: 0.05rem solid #999;
+}
+
+.nav_item_active {
+    color: #333;
+    border-bottom: 0.12rem solid #e8383d;
+}
+
+.guest_list {
+    width: 100%;
+    margin-bottom: 2rem;
+}
+
+.guest_list_item {
+    margin-top: 0.8rem;
+    background: #fff;
+    width: 100%;
+    height: 100%;
+    display: flex;
+    flex-direction: column;
+    -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
+    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
+    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
+    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
+}
+
+.guest_list_item_img,
+.guest_list_item_name {
+    flex: 1;
+    width: 100%;
+}
+
+.guest_list_item_img {
+    width: 100%;
+    height: 50%;
+    font-size: 0;
+}
+
+.guest_list_item_img>img {
+    width: 100%;
+    height: 50%;
+    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
+}
+
+.guest_list_item_name {
+    width: 100%;
+    height: 50%;
+    position: relative;
+    font-size: 0;
+}
+
+.guest_list_item_name>img {
+    opacity: 0;
+    width: 100%;
+    font-size: 0;
+}
+
+.guest_list_item_name_txt {
+    position: absolute;
+    text-align: center;
+    top: 0;
+    width: 94%;
+    height: 50%;
+    left: 0;
+    bottom: 0;
+    right: 0;
+    margin: auto;
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+}
+
+.guest_list_item_name_txt>div {
+    font-size: 0.65rem;
+    line-height: 1.6;
+}
+
+.guest_list_item_name_txt_title {
+    margin: 0 0 1.2rem;
+    font-weight: bold;
+    font-size: 0.9rem;
+}
+
+.commit_btn {
+    background: #ccc;
+    color: #fff;
+    font-size: 0.7rem;
+    width: 30%;
+    vertical-align: middle;
+    border-radius: 0.1rem;
+    text-align: center;
+    cursor: pointer;
+    margin: 2rem auto 1rem;
+    padding: 0.5rem 0;
+}
+
+.commit_btn {
+    width: 100%;
+    margin: 1.5rem auto 0;
+}
+
+.conference,
+.invite_card,
+.partner {
+    padding: 3rem 1rem 0;
+    background: #fff;
+    text-align: center;
+}
+
+
+
+
+
+/*.partner{
+    padding: 3rem 1rem 0;
+
+}*/
+
+.invite_card {
+    padding: 1rem 0 0;
+}
+
+.conference {
+    padding: 2rem 1rem;
+}
+
+.conference_container {}
+
+.conference_item {
+    margin-top: 1rem;
+    display: flex;
+    flex-direction: column;
+    -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
+    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
+    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
+    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
+}
+
+.conference_item_img>img {
+    width: 100%;
+}
+
+.conference_item_txt {
+    margin: 1rem 0 0;
+}
+
+.conference_item_txt_tag {
+    font-size: 0.7rem;
+    color: #fff;
+    font-weight: bold;
+    margin: 0 auto;
+}
+
+.conference_item_txt_tag span {
+    background-color: #505050;
+    padding: 0.1rem 0.2rem;
+}
+
+.conference_item_txt_title {
+    width: 90%;
+    font-weight: bold;
+    font-size: 0.9rem;
+    letter-spacing: 0;
+    margin: 1rem auto;
+    line-height: 1.5;
+}
+
+.conference_item_txt_sub {
+    text-indent: 1.2rem;
+    line-height: 1.5;
+    margin: 1rem 1rem 1.8rem 1rem;
+    text-align: justify;
+    letter-spacing: 0;
+}
+
+.conference_item_txt_sub p {
+    font-size: 0.6rem;
+}
+
+.conference_item_txt_sub .fix_p{
+    text-indent: 0;
+    display: flex;
+}
+
+.conference_item_txt_sub .margin_t{
+    margin-top: 1rem;
+}
+
+.invite_card_container {
+    background: #1e1e1e;
+    padding: 3rem 1rem;
+    margin-top: 2rem;
+    background-image: url(../images/invitation/spbbt.png);
+    background-position: 0 281px;
+    background-size: 100%;
+    background-repeat: no-repeat;
+}
+
+.invite_nav_item_active {
+    color: #fff;
+    border-bottom: 0.12rem solid #e8383d;
+}
+
+.invitation_card_input {
+    margin-top: 1rem;
+    font-size: 0.7rem;
+}
+
+.invitation_card_title {
+    color: #fff;
+    font-size: 0.6rem;
+}
+
+.invitation_card_input_list {}
+
+.invitation_card_input_list_item {
+    border: 1px solid hsla(0, 0%, 100%, .8);
+    font-size: 0.7rem;
+    margin: 1.1rem auto 0;
+    line-height: 2rem;
+    height: 2rem;
+    width: 100%;
+    border-radius: 0.2rem;
+    background-color: #2b2b2b;
+    position: relative;
+}
+
+input {
+    border: none;
+    float: left;
+    background: #2b2b2b;
+    color: #fff;
+    width: 89%;
+    font-size: 0.6rem;
+    height: 100%;
+    line-height: 1;
+    margin-left: 0.3rem;
+}
+
+.invitation_card_input_list_item>img {
+    position: absolute;
+    top: 0.5rem;
+    right: 0.3rem;
+    display: inline-block;
+}
+
+.invitation_card_detail {
+    margin-top: 3rem;
+    font-size: 0.6rem;
+    color: #fff;
+}
+
+.invitation_card_detail_title {
+    font-weight: 600;
+    color: #e6373c;
+    margin-top: 1.5rem;
+}
+
+.invitation_card_detail_txt {
+    margin-top: 0.6rem;
+}
+
+.partner {}
+
+.logo_container {
+    padding: 2rem 0 1rem;
+    display: flex;
+    width: 100%;
+    flex-wrap: wrap;
+    border-bottom: 1px solid #ccc;
+}
+
+.logo_container_item {
+    width: 50%;
+}
+
+.logo_container_item>img {
+    width: 100%;
+    text-align: center;
+}
+
+.btn_active {
+    background: #5d5656;
+}
+
+.drop-down-content {
+    position: absolute;
+    top: 48px;
+    left: -.5%;
+    display: block;
+    width: 101%;
+    opacity: 0;
+    height: 0;
+    overflow: hidden;
+    transition: all .3s ease;
+    border-radius: 5px;
+    border: 1px solid #fff;
+    background-color: #e3e3e3;
+    font-size: 0;
+    text-align: left;
+    z-index: 100;
+}
+
+.drop-down-content_active {
+    opacity: 1;
+    height: 9rem;
+    z-index: 100;
+    transition: opacity .3s ease;
+    transition: height .3s ease;
+    font-size: 0.5rem;
+    overflow-x: hidden;
+    overflow-y: scroll;
+    -webkit-overflow-scrolling: auto;
+}
+
+::-webkit-scrollbar {
+    width: 3px;
+    height: 3px;
+}
+
+::-webkit-scrollbar-thumb:vertical {
+    background-color: #a6a6a6;
+    border-radius: 3px;
+}
+
+::-webkit-scrollbar-track-piece:vertical:decrement,
+::-webkit-scrollbar-track-piece:vertical:increment {
+    background-color: rgba(166, 166, 166, 0.2);
+}
+
+.drop-down-content>li {
+    line-height: 3.5;
+    padding-left: 0.3rem;
+}
+
+.dropActive {
+    background-color: #c8c8c8;
+}
+
+.drop-down-content_coor_active {
+    opacity: 1;
+    height: 6.5rem;
+    font-size: 0.45rem;
+    z-index: 100;
+    transition: opacity .3s ease;
+    transition: height .3s ease;
+        overflow-x: hidden;
+    overflow-y: scroll;
+    -webkit-overflow-scrolling:auto;
+}
+
+
+.name_png {
+    width: 40%;
+    margin-bottom: 0.5rem;
+}
+
+.fix_research_img {
+    position: relative;
+    top: 0.3rem;
+    left: 0.7rem;
+}
+
+.note_sty {
+    font-size: 0.5rem;
+    background-color: #404040;
+    color: #b1b1b1;
+    text-align: left;
+    padding: 0.2rem 0.5rem;
+    border-radius: 0.2rem;
+    margin-top: 0.5rem;
+    display: none;
+    align-items: flex-start;
+}
+
+.note_close {
+    width: 0.7rem;
+    position: relative;
+    top: 0.1rem;
+}
+
+
+
+
+
+
+
+/*iphone 8*/
+
+@media screen and (min-width: 375px) and (max-width: 410px) {
+    html,
+    body {
+        font: 24px "Microsoft YaHei", "Microsoft JhengHei";
+    }
+    .invitation_bg_div_txt>p {}
+    .invitation_title_en>p {}
+    .guest_list_item_name_txt>div {}
+    .guest_list_item_name_txt_title {}
+    .guest_btn,
+    .commit_btn {}
+}
+
+@media screen and (min-width: 351px) and (max-width: 374px) {
+    html,
+    body {
+        font: 24px "Microsoft YaHei", "Microsoft JhengHei";
+    }
+    .invitation_bg_div_txt>p {}
+    .invitation_title_en>p {}
+    .guest_list_item_name_txt>div {}
+    .guest_list_item_name_txt_title {}
+    .guest_btn,
+    .commit_btn {}
+    .invitation_guest_nav,
+    .invitation_card_nav {}
+    .conference_item_txt_sub {}
+    .conference_item_txt_title {
+        font-size: 17px;
+    }
+    .invitation_card_input {}
+    .invitation_card_detail {
+        font-size: 16px;
+    }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+/*iphone se*/
+
+@media screen and (min-width: 300px) and (max-width: 350px) {
+    html,
+    body {
+        font: 21px "Microsoft YaHei", "Microsoft JhengHei";
+    }
+    .invitation_bg_div_txt>p {}
+    .invitation_title_en>p {}
+    .guest_list_item_name_txt>div {}
+    .guest_list_item_name_txt_title {}
+    .guest_btn,
+    .commit_btn {}
+    .invitation_guest_nav,
+    .invitation_card_nav {}
+    .conference_item_txt_sub {
+        font-size: 14px;
+    }
+    .conference_item_txt_title {
+        font-size: 17px;
+    }
+    .invitation_card_input {
+        font-size: 16px;
+    }
+    .invitation_card_detail {
+        font-size: 16px;
+    }
+}

+ 454 - 0
css/join.css

@@ -0,0 +1,454 @@
+body {
+    background: #fff;
+}
+
+.main {}
+
+
+.join_container {
+    padding-top: 1.375rem;
+    position: relative;
+    background: #f1f5f9
+}
+
+.territory {
+    padding-top: 2.5rem;
+    margin-top: 0;
+}
+
+.territory h3 {
+    font-size: 0.9rem;
+    color: #505050;
+}
+
+.bg_earphone,
+.bg_cup {
+    position: absolute;
+    right: -3.825rem;
+    top: -1.0rem
+}
+
+.bg_earphone {
+    top: 1.2rem;
+}
+
+.bg_glasses {
+    position: absolute;
+    left: -4.525rem;
+    bottom: -5.0rem
+}
+
+.bg_phone {
+    height: 4.5rem;
+    overflow: hidden;
+}
+
+.bg_cup {
+    right: -3.25rem;
+    top: 3rem
+}
+
+
+.bg_earphone_img,
+.bg_glasses_img,
+.bg_cup_img,
+.bg_phone_img {
+    width: 9rem
+}
+
+.bg_glasses_img {
+    width: 10rem;
+}
+
+.bg_cup_img {}
+
+.picture_wall {
+    width: 100%;
+    position: relative;
+    margin-top: 2.5rem
+}
+
+.flexible {
+    height: 10.25rem;
+    width: 9.5rem;
+    margin-top: 3rem;
+}
+
+.join-img-item {
+    height: 10.2rem;
+    width: 9.5rem;
+    position: absolute;
+    display: flex;
+    padding: 0.2em;
+    background: #fff;
+    cursor: pointer;
+    text-align: center;
+    margin: 0 auto;
+    overflow: hidden;
+    top: 0;
+    left: 0;
+    transform: translate(37%, 0);
+}
+
+.join-img-item>img {
+    width: 100%;
+}
+
+.div-skew {
+    height: 10.25rem;
+    width: 9.5rem;
+    padding: 0.2em;
+    background: #fff;
+    transform: rotate(17deg) translate(37%, -10%);
+    -moz-transform: rotate(17deg) translate(37%, -10%);
+    -webkit-transform: rotate(17deg) translate(37%, -10%);
+    -o-transform: rotate(17deg) translate(37%, -10%);
+    -ms-transform: rotate(17deg) translate(37%, -10%);
+    box-shadow: 0px 0px 10px #999;
+}
+
+.join_txt_title_con {
+    text-align: center;
+    font-weight: bold;
+    /*margin-top: 15rem;*/
+    position: relative;
+}
+.join_txt_title{
+    margin: 0 0.5rem;
+}
+.join_txt_title p{
+    font-size: 0.8rem;
+}
+
+.join_txt_subtxt {
+    margin: 0.4rem 0.8rem 0;
+    font-weight: normal;
+}
+
+.join_txt_subtxt>p {
+    color: #656565;
+    font-size: 0.5rem;
+    line-height: 1.5;
+}
+
+.middle_img {
+    height: 10.25rem;
+    width: 10.25rem;
+    padding: 0.2em;
+    background: #fff;
+    cursor: pointer;
+    text-align: center;
+    margin: 3rem auto;
+    overflow: hidden;
+}
+
+.middle_img>img {
+    display: inline-block;
+    height: 100%;
+}
+
+.work_list {
+    padding: 0 0.7rem;
+    background: #fff;
+    text-align: center;
+}
+
+.work_list_title {
+    margin: 3rem auto 1.0rem;
+    font-size: 0.9rem;
+
+}
+
+.work_list_title>h3 {
+    font-size: 0.9rem;
+}
+
+.work_list_search {
+    text-align: left;
+    font-size: 0.6rem;
+}
+
+.work_list_search_title {
+    line-height: 2;
+    display: flex;
+    margin-bottom: 0.3rem;
+}
+
+.work_list_search_title_con {
+    display: inline-block;
+}
+
+.work_list_search_title_con>span {
+    margin-right: 0.2rem;
+}
+
+.click_active {
+    border-bottom: 1px #505050 solid;
+}
+
+.work_list_search_input {
+    width: 100%;
+    height: 2.8em;
+    line-height: 2.8em;
+    display: flex;
+    margin: 1.0rem 0;
+    border-radius: 0.2rem;
+    overflow: hidden;
+}
+
+.form_input {
+    width: 100%;
+    background: #ededed;
+    flex: 3;
+    border: none;
+    height: 2.8em;
+    padding-left: 0.8em;
+    font-size: 0.7rem;
+}
+
+.search-btn {
+    background: #e8383d;
+    color: #fff;
+    line-height: 2.8em;
+    width: 7em;
+    padding: 0 2em;
+    text-align: center;
+    cursor: pointer;
+}
+
+.work_list_search_item {
+    align-items: center;
+    display: flex;
+    padding: 0.8rem 0;
+    border-bottom: 1px solid #f5f5f5;
+}
+
+.work_list_search_item_con {
+    flex: 3
+}
+
+.work_list_search_item_con_title {}
+
+.work_list_search_item_con_sub {
+    margin-top: 0.5rem;
+    font-size: 0.5rem;
+}
+
+.apply-btn {
+    background: #e8383d;
+    color: #fff;
+    font-size: 0.5rem;
+    line-height: 1.42rem;
+    height: 1.4rem;
+    border-radius: 0.1rem;
+    text-align: center;
+    cursor: pointer;
+    flex: 1
+}
+
+
+.page-line {
+    text-align: center;
+    margin-bottom: 1.5rem;
+}
+
+._location>span {
+    margin-right: 0.2rem;
+}
+
+
+
+
+
+
+/*iphone 8*/
+
+@media screen and (min-width: 375px) and (max-width: 410px) {
+    .join-img-item {
+        transform: translate(37%, 0);
+    }
+    .div-skew {
+        transform: rotate(17deg) translate(37%, -10%);
+        -moz-transform: rotate(17deg) translate(37%, -10%);
+        -webkit-transform: rotate(17deg) translate(37%, -10%);
+        -o-transform: rotate(17deg) translate(37%, -10%);
+        -ms-transform: rotate(17deg) translate(37%, -10%);
+    }
+    .territory h3 {
+        font-size: 20px;
+    }
+    .join_txt_title>p {
+        font-size: 18px;
+    }
+    .work_list_title>h3 {
+        font-size: 20px;
+    }
+    .work_list_search {
+        font-size: 17px;
+    }
+    .form_input {
+        font-size: 16px;
+        height: 2em;
+        line-height: 1;
+    }
+    .work_list_search_input {
+        border-radius: 2px;
+        height: 2em;
+        line-height: 1;
+    }
+    .search-btn {
+        height: 2em;
+        line-height: 2em;
+        font-size: 16px;
+    }
+    input::-webkit-input-placeholder {
+        /*WebKit browsers*/
+        color: #999;
+        font-size: 0.7rem;
+    }
+
+    input::-moz-input-placeholder {
+        /*Mozilla Firefox*/
+        color: #999;
+        font-size: 0.7rem;
+    }
+
+    input::-ms-input-placeholder {
+        /*Internet Explorer*/
+        color: #999;
+        font-size: 0.7rem;
+    }
+}
+
+@media screen and (min-width: 351px) and (max-width: 374px) {
+    .join-img-item {
+        transform: translate(20%, 0);
+    }
+    .div-skew {
+        transform: rotate(17deg) translate(20%, -10%);
+        -moz-transform: rotate(17deg) translate(20%, -10%);
+        -webkit-transform: rotate(17deg) translate(20%, -10%);
+        -o-transform: rotate(17deg) translate(20%, -10%);
+        -ms-transform: rotate(17deg) translate(20%, -10%);
+    }
+    .territory h3 {
+        font-size: 17px;
+    }
+    .join_txt_title>p {
+        font-size: 17px;
+    }
+    .work_list_title>h3 {
+        font-size: 17px;
+    }
+    .work_list_search {
+        font-size: 16px;
+    }
+    .load_more {
+        font-size: 16px;
+    }
+    .work_list_search_title_con {
+        width: 198px;
+    }
+    .work_list_search_input {
+        height: 28px;
+        line-height: 28px;
+    }
+    .form_input {
+        line-height: 28px;
+        font-size: 16px;
+        height: 28px;
+    }
+    .search-btn {
+        height: 28px;
+        font-size: 14px;
+        line-height: 28px;
+    }
+    .join-img-item{
+        height:10rem;
+    }
+    input::-webkit-input-placeholder {
+        /*WebKit browsers*/
+        color: #999;
+        font-size: 14px;
+    }
+
+    input::-moz-input-placeholder {
+        /*Mozilla Firefox*/
+        color: #999;
+        font-size: 14px;
+    }
+
+    input::-ms-input-placeholder {
+        /*Internet Explorer*/
+        color: #999;
+        font-size: 14px;
+    }
+}
+
+
+/*iphone se*/
+
+@media screen and (min-width: 300px) and (max-width: 350px) {
+    .join-img-item {
+        transform: translate(40%, 0);
+    }
+    .div-skew {
+        transform: rotate(17deg) translate(40%, -10%);
+        -moz-transform: rotate(17deg) translate(40%, -10%);
+        -webkit-transform: rotate(17deg) translate(40%, -10%);
+        -o-transform: rotate(17deg) translate(40%, -10%);
+        -ms-transform: rotate(17deg) translate(40%, -10%);
+    }
+    .territory h3 {
+        font-size: 17px;
+    }
+    .join_txt_title>p {
+        font-size: 17px;
+    }
+    .work_list_title>h3 {
+        font-size: 17px;
+    }
+    .work_list_search {
+        font-size: 16px;
+    }
+    .load_more {
+        font-size: 16px;
+    }
+    .work_list_search_title_con {
+        width: 198px
+    }
+    .work_list_search_input {
+        height: 28px;
+        line-height: 28px;
+    }
+    .form_input {
+        line-height: 28px;
+        font-size: 14px;
+        height: 28px;
+    }
+    .search-btn {
+        height: 28px;
+        font-size: 14px;
+        line-height: 28px;
+    }
+    .join-img-item{
+        /*height:10rem;*/
+    }
+    input::-webkit-input-placeholder {
+        /*WebKit browsers*/
+        color: #999;
+        font-size: 14px;
+    }
+
+    input::-moz-input-placeholder {
+        /*Mozilla Firefox*/
+        color: #999;
+        font-size: 14px;
+    }
+
+    input::-ms-input-placeholder {
+        /*Internet Explorer*/
+        color: #999;
+        font-size: 14px;
+    }
+}

+ 179 - 0
css/media.css

@@ -0,0 +1,179 @@
+@media screen and (min-width: 320px) {
+    .page-partner-case:after {
+        height: 63.5%;
+    }
+    .page-whose .whose-desc h3 {
+        font-size: 18px;
+    }
+    .page-whose .whose-desc .athor {
+        font-size: 13px;
+    }
+    .page-whose .whose-desc .didier {
+        font-size: 13px;
+    }
+    .page-whose .whose-list img {
+        width: 59px;
+    }
+}
+
+@media screen and (min-width: 360px) {
+    .page-partner-case:after {
+        height: 65.3%;
+    }
+    .page-whose .whose-desc h3 {
+        font-size: 20px;
+    }
+    .page-whose .whose-desc .athor {
+        font-size: 14px;
+    }
+    .page-whose .whose-desc .didier {
+        font-size: 14px;
+    }
+    .page-whose .whose-list img {
+        width: 66px;
+    }
+}
+
+@media screen and (min-width: 375px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+    .page-whose .whose-desc h3 {
+        font-size: 20px;
+    }
+    .page-whose .whose-desc .athor {
+        font-size: 14px;
+    }
+    .page-whose .whose-desc .didier {
+        font-size: 14px;
+    }
+    .page-whose .whose-list img {
+        width: 68px;
+    }
+}
+
+@media screen and (min-width: 400px) {
+    .page-partner-case:after {
+        height: 67%;
+    }
+    .page-whose .whose-desc h3 {
+        font-size: 20px;
+    }
+    .page-whose .whose-desc .athor {
+        font-size: 14px;
+    }
+    .page-whose .whose-desc .didier {
+        font-size: 14px;
+    }
+    .page-whose .whose-list img {
+        width: 75px;
+    }
+}
+
+@media screen and (min-width: 414px) {
+    .page-partner-case:after {
+        height: 67.2%;
+    }
+    .page-whose .whose-desc h3 {
+        font-size: 20px;
+    }
+    .page-whose .whose-desc .athor {
+        font-size: 14px;
+    }
+    .page-whose .whose-desc .didier {
+        font-size: 14px;
+    }
+    .page-whose .whose-list img {
+        width: 75px;
+    }
+}
+
+@media screen and (min-width: 440px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+    .page-whose .whose-desc h3 {
+        font-size: 20px;
+    }
+    .page-whose .whose-desc .athor {
+        font-size: 14px;
+    }
+    .page-whose .whose-desc .didier {
+        font-size: 14px;
+    }
+    .page-whose .whose-list img {
+        width: 68px;
+    }
+}
+
+@media screen and (min-width: 480px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+    .page-whose .whose-desc h3 {
+        font-size: 20px;
+    }
+    .page-whose .whose-desc .athor {
+        font-size: 14px;
+    }
+    .page-whose .whose-desc .didier {
+        font-size: 14px;
+    }
+    .page-whose .whose-list img {
+        width: 68px;
+    }
+}
+
+@media screen and (min-width: 520px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 560px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 600px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 640px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 680px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 720px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 760px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 800px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}
+
+@media screen and (min-width: 960px) {
+    .page-partner-case:after {
+        height: 66%;
+    }
+}

+ 45 - 0
css/message.css

@@ -0,0 +1,45 @@
+.message_container {
+    padding: 2.1rem 0 0;
+
+}
+.message_bg_div{
+
+}
+.message_bg_div > img{
+	width: 100%;
+}
+.message_new_container{
+	margin: 1rem 0;
+	padding: 0 0.7rem;
+}
+.message_new_container_item{
+	display: flex;
+	font-size: 0.7rem;
+	border-bottom: 1px #ddd solid;
+	padding: 0.7rem 0;
+	cursor:pointer; 
+}
+.message_new_container_item_idx{
+	flex: 1
+}
+.message_new_container_item_idx_con{
+	border: #ddd solid 1px;
+	text-align: center;
+	padding: 0.8rem 0.5rem;
+	border-radius: 0.3rem;
+}
+.message_new_container_item_con{
+	flex: 5;
+	margin-left: 0.8rem;
+	
+}
+.message_new_container_item_con_sub{
+	font-size: 0.6rem;
+	color: #999;
+	margin-top: 1rem;
+}
+
+.page-line{
+	text-align: center;
+	margin-bottom: 1.5rem;
+}

+ 87 - 0
css/reset.css

@@ -0,0 +1,87 @@
+html,
+body {
+    margin: 0px;
+    padding: 0px;
+    overflow: hidden;
+    -webkit-touch-callout: none;
+    -webkit-user-select: none;
+    -khtml-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
+    width: 100%;
+    height: 100%;
+    color: #505050;
+    font: 26px "Microsoft YaHei", "Microsoft JhengHei";
+}
+
+*,
+ ::before,
+ ::after {
+    box-sizing: border-box;
+}
+
+a {
+    text-decoration: none;
+}
+
+a:hover, a:visited, a:link, a:active {
+  color: #505050;
+}
+
+
+ul,
+li,
+h2,
+h3,
+h4,
+h5,
+p {
+    margin: 0px;
+    padding: 0px;
+    list-style: none;
+}
+
+p {
+    font-size: 1rem;
+}
+
+* {
+    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+    -webkit-tap-highlight-color: transparent;
+}
+
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button {
+    -webkit-appearance: none !important;
+}
+
+input {
+    -webkit-appearance: none !important;
+    border: none;
+    outline: none;
+    border-radius: 0;
+}
+
+input[type="number"] {
+    -moz-appearance: textfield;
+}
+
+
+input::-webkit-input-placeholder {
+    /*WebKit browsers*/
+    color: #999;
+    font-size: 0.7rem;
+}
+
+input::-moz-input-placeholder {
+    /*Mozilla Firefox*/
+    color: #999;
+    font-size: 0.7rem;
+}
+
+input::-ms-input-placeholder {
+    /*Internet Explorer*/
+    color: #999;
+    font-size: 0.7rem;
+}

+ 47 - 0
css/slick.css

@@ -0,0 +1,47 @@
+/* Slider */
+.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }
+
+.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
+.slick-list:focus { outline: none; }
+.slick-loading .slick-list { background: white url(./ajax-loader.gif) center center no-repeat; }
+.slick-list.dragging { cursor: pointer; cursor: hand; }
+
+.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
+
+.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
+.slick-track:before, .slick-track:after { content: ""; display: table; }
+.slick-track:after { clear: both; }
+.slick-loading .slick-track { visibility: hidden; }
+
+.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
+.slick-slide img { display: block; }
+.slick-slide.slick-loading img { display: none; }
+.slick-slide.dragging img { pointer-events: none; }
+.slick-initialized .slick-slide { display: block; }
+.slick-loading .slick-slide { visibility: hidden; }
+.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
+
+/* Icons */
+@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
+/* Arrows */
+.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
+.slick-prev:focus, .slick-next:focus { outline: none; }
+.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
+
+.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
+
+.slick-prev { left: -25px; }
+.slick-prev:before { content: "\2190"; }
+
+.slick-next { right: -25px; }
+.slick-next:before { content: "\2192"; }
+
+/* Dots */
+.slick-slider { margin-bottom: 30px; }
+
+.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
+.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
+.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
+.slick-dots li button:focus { outline: none; }
+.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
+.slick-dots li.slick-active button:before { opacity: 0.75; }

File diff suppressed because it is too large
+ 15 - 0
css/swiper.min.css


+ 10 - 0
demo.html

@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title></title>
+</head>
+<body>
+
+<img src="images/index/line.png" height="59" width="750"/></body>
+</html>

BIN
images/icon/cgaic.png


BIN
images/icon/close.png


BIN
images/icon/dialog-icon.png


BIN
images/icon/foicon.jpg


BIN
images/icon/logo.png


BIN
images/icon/mall_logo.png


BIN
images/icon/notice_logo.png


BIN
images/icon/research-icon.png


BIN
images/icon/suolve.png


BIN
images/index/01_left.png


BIN
images/index/01_right.png


BIN
images/index/02_left.png


BIN
images/index/02_right.png


BIN
images/index/03_left.png


BIN
images/index/03_right.png


BIN
images/index/4DKK-logo.png


BIN
images/index/4dage_bg.jpg


BIN
images/index/4dkankan.png


BIN
images/index/ArBottomLight.png


BIN
images/index/Arbottom.png


BIN
images/index/Arbottom_new.png


BIN
images/index/Artop.png


BIN
images/index/CMCAI-2017.png


BIN
images/index/CMCAI-2018.png


BIN
images/index/DFKI.jpg


BIN
images/index/DI-news-one.jpg


BIN
images/index/DI-news-two.jpg


BIN
images/index/FDKKbg.jpg


BIN
images/index/FourDLOGO.png


BIN
images/index/WHOLESHOW.jpg


BIN
images/index/WHOLESHOW1.jpg


BIN
images/index/WHOLESHOW2.jpg


BIN
images/index/WHOLESHOW3.jpg


BIN
images/index/WHOLESHOW4.jpg


BIN
images/index/WHOLESHOW5.jpg


BIN
images/index/about_bg.png


BIN
images/index/cgaii_index.jpg


BIN
images/index/faguang.png


BIN
images/index/graphicsmedia.jpg


BIN
images/index/ivate-bg.png


BIN
images/index/line.png


BIN
images/index/mobile-meachine.png


BIN
images/index/mobile-mechanical.png


BIN
images/index/participate_mall.png


BIN
images/index/partner_bg.jpg


BIN
images/index/photo.png


BIN
images/index/renwu.png


BIN
images/index/robot.png


BIN
images/index/robotbg.jpg


BIN
images/index/slam-bg.png


BIN
images/index/territory-bg.png


BIN
images/invitation/01.jpg


BIN
images/invitation/02.jpg


BIN
images/invitation/03.jpg


BIN
images/invitation/04.jpg


BIN
images/invitation/05.jpg


BIN
images/invitation/06.jpg


BIN
images/invitation/1.1.png


BIN
images/invitation/1.jpg


BIN
images/invitation/1.png


BIN
images/invitation/10.png


BIN
images/invitation/11.png


BIN
images/invitation/12.jpg


BIN
images/invitation/12.png


BIN
images/invitation/12_1.png


BIN
images/invitation/13.jpg


BIN
images/invitation/14.jpg


BIN
images/invitation/15.jpg


BIN
images/invitation/15.png


BIN
images/invitation/16.jpg


BIN
images/invitation/16.png


BIN
images/invitation/17.png


BIN
images/invitation/1_en.jpg


BIN
images/invitation/2.png


BIN
images/invitation/3.1.png


BIN
images/invitation/3.png


BIN
images/invitation/4.1.png


BIN
images/invitation/4.jpg


BIN
images/invitation/5.jpg


BIN
images/invitation/6.1.png


BIN
images/invitation/6.png


BIN
images/invitation/7.1.png


BIN
images/invitation/7.png


BIN
images/invitation/9.1.png


BIN
images/invitation/9.jpg


BIN
images/invitation/click-logo.jpg


BIN
images/invitation/hzhb1.png


BIN
images/invitation/hzhb10.png


+ 0 - 0
images/invitation/hzhb11.png


Some files were not shown because too many files changed in this diff