body,
html {
  line-height: 1.5;
  height: 100%;
}
.in_container .in_section.page3 .sw1 .btn {
  opacity: 0;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box .closes svg path {
  fill: #fff;
}
#videoPopup .video-box .closes:hover {
  background: #000000;
}
#videoPopup.v_vertical .video-box {
  width: auto;
  height: 90%;
}
#videoPopup.v_vertical .video-box video {
  height: 100%;
}
.ctn {
  overflow-x: hidden;
  height: 100%;
  position: relative;
}
.ctn img {
  width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
@keyframes progressAnimation {
  0% {
    stroke-dasharray: 0, 251.2;
  }
  100% {
    stroke-dasharray: 251.2, 0;
  }
}
.tab {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.tab.on {
  pointer-events: none;
}
.tab .tab-link {
  display: flex;
  color: #3985ea;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.tab .tab-link .svg {
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 15px;
}
.tab .tab-link .svg::after {
  content: '';
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  background-color: #3985ea;
  border-radius: 100%;
}
.tab .tab-link .svg svg {
  width: 100%;
  height: 100%;
}
.tab .tab-link span {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.tab .tab-link.on .progress-circle {
  animation: progressAnimation 4.9s linear forwards;
}
.tab .tab-link:hover span {
  opacity: 1;
}
@keyframes slide {
  0% {
    transform: scale(0.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.in_container {
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.in_container .in_se_l {
  height: 100%;
  background: url(../img/bg1.jpg);
}
.in_container .in_section {
  width: 100vw;
  height: 100%;
  float: left;
}
.in_container .in_section.page1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.in_container .in_section.page1 .logo {
  width: 21.35%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}
.in_container .in_section.page1 .pic1 {
  width: 100%;
  position: relative;
}
.in_container .in_section.page2 {
  position: relative;
}
.in_container .in_section.page2 ul {
  width: 31.14%;
  position: absolute;
  left: 7.3%;
  top: 50%;
  transform: translateY(-50%);
}
.in_container .in_section.page2 .pic5 {
  height: 110%;
  margin-left: 37%;
  position: relative;
}
.in_container .in_section.page2 .pic5 .txt {
  position: absolute;
  color: #050467;
  top: 56%;
  left: 33%;
  width: 49%;
}
.in_container .in_section.page2 .pic5 .txt p {
  font-family: 'HYYakuHei';
  display: block;
  position: relative;
  top: 60px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.in_container .in_section.page2 .pic5 .txt span {
  display: block;
  margin-top: 3%;
  text-align: justify;
  position: relative;
  top: 60px;
  opacity: 0;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.in_container .in_section.page2 .pic5 img {
  width: 60%;
}
.in_container .in_section.page2.active .pic5 .txt p {
  opacity: 1;
  top: 0;
}
.in_container .in_section.page2.active .pic5 .txt span {
  opacity: 1;
  top: 0;
}
.in_container .in_section.page3 {
  width: 300vw;
  position: relative;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}
.in_container .in_section.page3 .bg2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.in_container .in_section.page3 .txt {
  position: absolute;
  top: 37%;
  left: 20vw;
  transform: translateY(-50%);
  color: #fff;
}
.in_container .in_section.page3 .txt p {
  font-family: 'HYYakuHei';
  margin-top: 1%;
  margin-bottom: 3%;
}
.in_container .in_section.page3 .sw_box {
  position: absolute;
  bottom: 5%;
  left: 0%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.in_container .in_section.page3 .swiper-container {
  width: 68%;
  margin: 0 0 0 16%;
  /* 触发动画的样式 */
  /* 停留在100%的样式 */
}
@keyframes drawCircle {
  from {
    stroke-dasharray: 0 285;
    visibility: hidden;
    /* 在动画开始前隐藏SVG元素 */
  }
  to {
    stroke-dasharray: 285 285;
    visibility: visible;
    /* 在动画开始时显示SVG元素 */
  }
}
.in_container .in_section.page3 .swiper-container .svg-container {
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0%;
  width: 23%;
  padding-top: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_container .in_section.page3 .swiper-container .circle-svg {
  width: 120%;
  max-width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.in_container .in_section.page3 .swiper-container .svg-container .circle {
  stroke-dasharray: 0 285;
}
.in_container .in_section.page3 .swiper-container .svg-container.on .circle {
  animation: drawCircle 3s linear forwards;
}
.in_container .in_section.page3 .swiper-container .video_box {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.in_container .in_section.page3 .swiper-container .video_box:hover .icon {
  transform: translate(-50%, -50%) scale(1.3);
}
.in_container .in_section.page3 .swiper-container .video_box .icon {
  width: 13%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.in_container .in_section.page3 .swiper-container p {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 0;
}
.in_container .in_section.page3 .btn {
  width: 2.5vw;
  display: flex;
  flex-wrap: wrap;
  margin-left: 2vw;
}
.in_container .in_section.page3 .btn .ic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.in_container .in_section.page3 .btn .ic:hover {
  background-color: #3985ea;
}
.in_container .in_section.page3 .btn .ic:hover svg path {
  fill: #fff;
}
.in_container .in_section.page3 .btn .prev {
  transform: rotate(180deg);
  margin-top: 1vw;
}
.in_container .in_section.page3 .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}
.in_container .in_section.page3 .sw1 {
  width: 33.33%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0;
}
.in_container .in_section.page3 .sw1 .txt i,
.in_container .in_section.page3 .sw1 .txt span,
.in_container .in_section.page3 .sw1 .txt p {
  text-shadow: 0 0 10px #4e4f45;
}
.in_container .in_section.page3 .sw2 {
  width: 33.33%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 33.33%;
}
.in_container .in_section.page3 .sw3 {
  width: 33.33%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 66.66%;
}
.in_container .in_section.page4 {
  position: relative;
  /* .gl-label-renderer{cursor: none;}
            .js-label-renderer{cursor: none;}
            .site-loader{cursor: none;} */
}
.in_container .in_section.page4 .site-loader {
  background-color: transparent;
}
.in_container .in_section.page4 .home-clou {
  width: 60%;
  margin: 0 auto;
}
.in_container .in_section.page4 .home-clou__text .des {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16%;
}
.in_container .in_section.page4 .home-clou__text .des img {
  width: 50%;
  margin: 0 auto;
}
.in_container .in_section.page4 .home-clou__text .des p {
  font-family: 'HYYakuHei';
  margin-top: -100px;
  letter-spacing: 0;
  color: #050467;
}
.in_container .in_section.page4 .home-clou__text .des span {
  line-height: 1.5;
  display: block;
  letter-spacing: 0;
}
.in_container .in_section.page4 .video_box {
  width: 100%;
}
.in_container .in_section.page4 .subtit {
  display: block;
}
.in_container .in_section.page4 .project-preview__title {
  display: none;
}
.in_container .in_section.page4 .video_box video {
  width: 100%;
}
.in_container .in_section.page4 .project-preview__link {
  display: none;
}
.in_container .in_section.page4 .close {
  position: absolute;
  top: 10px!important;
  bottom: auto!important;
  right: 10px;
  left: auto!important;
}
.in_container .in_section.page4 .close_ic {
  width: 50px;
  height: 50px;
  pointer-events: none;
  opacity: 0!important;
  transition: all 0.5s;
  transform: translateY(20px);
}
.in_container .in_section.page4 .close_ic.on {
  pointer-events: auto;
  transform: translateY(0px);
  opacity: 1!important;
}
.in_container .in_section.page4 .close_ic svg {
  width: 100%;
  height: 100%;
}
.in_container .in_section.page4 .cursor {
  display: none!important;
}
.in_container .in_section.page4 .label__inner .tit {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  color: #050467;
  text-decoration: underline;
  margin-bottom: 5px;
}
.in_container .in_section.page4 .label__inner .subtit {
  font-size: 16px;
  color: #050467;
  text-decoration: underline;
}
.in_container .in_section.page4 .project-preview {
  display: none;
}
.in_container .in_section.page4 .animated-in .label__text::after {
  display: none;
}
.in_container .in_section.page4 .animated-in .label__text::before {
  display: none;
}
.in_container .in_section.page4 .zoomed-view .project-preview {
  display: block;
}
.in_container .in_section.page4 .zoomed-view .tit {
  font-size: 72px;
  font-family: 'HYYakuHei';
  background: linear-gradient(to right, #3458cf, #eb354c, #eaa139);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.in_container .in_section.page4 .zoomed-view .subtit {
  font-size: 24px;
}
.in_container .in_section.page4 .zoomed-view .subtit br {
  display: none;
}
.in_container .in_section.page4 .zoomed-view .project-preview__btn {
  display: flex;
  align-items: center;
}
.in_container .in_section.page4 .zoomed-view .project-preview__btn .name_pic {
  width: 64px;
  margin-right: 20px;
}
.in_container .in_section.page4 .zoomed-view .project-preview__btn .name_pic img {
  width: 100%;
}
.in_container .in_section.page4 .zoomed-view .project-preview__btn .name_txt {
  color: #050467;
}
.in_container .in_section.page4 .zoomed-view .project-preview__btn .name_txt p {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
}
.in_container .in_section.page4 .zoomed-view .project-preview__btn .name_txt span {
  font-size: 18px;
}
.in_container .in_section.page5 {
  width: 81vw;
  position: relative;
  z-index: 11;
}
.in_container .in_section.page5 ul {
  display: none;
}
.in_container .in_section.page5 .bg {
  width: 73%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22%;
}
.in_container .in_section.page5 .bg .bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.in_container .in_section.page5 .bg .txt {
  position: absolute;
  color: #050467;
  top: 48%;
  left: 53%;
}
.in_container .in_section.page5 .bg .txt p {
  font-family: 'HYYakuHei';
  margin-bottom: 6%;
}
.in_container .in_section.page5 .bg .txt span {
  white-space: nowrap;
}
.in_container .in_section.page6 {
  width: 119vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.in_container .in_section.page6 .mask {
  position: absolute;
  left: -35%;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.in_container .in_section.page6 .sw_tab {
  width: 100%;
  text-align: center;
  margin-top: 3vw;
}
.in_container .in_section.page6 .sw_tab p {
  display: inline-block;
  margin: 0 25px;
  padding: 0 8px;
  margin-bottom: 0;
  cursor: pointer;
  color: #050467;
  position: relative;
}
.in_container .in_section.page6 .sw_tab p i {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  vertical-align: sub;
  margin-right: 5px;
}
.in_container .in_section.page6 .sw_tab p i img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.in_container .in_section.page6 .sw_tab p.on {
  font-weight: bold;
  background: linear-gradient(to right, #eb354c 50%, #eaa139);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.in_container .in_section.page6 .sw_tab p.on i img {
  bottom: auto;
  top: 0;
}
.in_container .in_section.page6 .sw_tab p.on::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -15px;
  left: 0;
  background: linear-gradient(to right, #3458cf, #eb354c, #eaa139);
}
.in_container .in_section.page6 .sw_tab p:hover {
  color: #3458cf;
}
.in_container .in_section.page6 .sw_box {
  width: 100%;
  position: relative;
  padding-top: 27%;
}
.in_container .in_section.page6 .sw_item {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.in_container .in_section.page6 .sw_item.on {
  opacity: 1;
  z-index: 5;
}
.in_container .in_section.page6 .celebrate {
  width: 94%;
  border-radius: 5px;
}
.in_container .in_section.page6 .celebrate .video_box {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.in_container .in_section.page6 .celebrate .video_box:hover svg {
  transform: scale(1.3);
}
.in_container .in_section.page6 .celebrate .video_box svg {
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 3%;
  width: 6%;
  height: auto;
  position: absolute;
  bottom: 5%;
  right: 5%;
  transition: all 0.3s;
}
.in_container .in_section.page6 .celebrate:nth-child(2) {
  margin-left: 6vw;
  margin-top: 20px;
}
.in_container .in_section.page7 {
  position: relative;
  z-index: 2;
  width: 100vw;
  background: url(../img/bg3_01.jpg);
}
.in_container .in_section.page7 .bg {
  width: auto;
  height: 100%;
}
.in_container .in_section.page7 .tit {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background-color: #fff;
  overflow: hidden;
}
.in_container .in_section.page7 .tit p {
  background: url(../img/bg3_01.jpg);
  font-size: 130px;
  transform: translateX(0%);
  opacity: 0;
  font-family: 'HYYakuHei';
  color: #fff;
  width: auto;
  text-align: center;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.in_container .in_section.page7 .activity {
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 90vw;
}
.in_container .in_section.page7 .activity .img {
  border-radius: 8px;
  overflow: hidden;
}
.in_container .in_section.page7 .activity .txt {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 100%;
}
.in_container .in_section.page7 .activity .txt p {
  display: inline-block;
}
.in_container .in_section.page7 .activity .txt span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.in_container .in_section.page7 .activity .txt span svg {
  width: 10%;
  height: auto;
}
.in_container .in_section.page7 .btm_txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.in_container .btm {
  margin-top: 1vw;
}
.in_container .btm .qr {
  text-align: center;
}
.in_container .btm .qr img {
  width: auto;
  margin: 0 auto;
}
.in_container .btm .qr .qrtxt {
  white-space: nowrap;
}
.in_container .btm .txt {
  text-align: center;
  font-family: 'HYYakuHei';
}
.page8 {
  background-image: url('../img/bg5.jpg');
  background-size: 100% 100%;
  position: relative;
  height: 100vh;
}
.page8 .big-box {
  padding-top: 8vw;
  /*padding-bottom: 8vw;*/
}
.page8 .tit {
  font-family: 'HYYakuHei';
  color: #000;
  text-align: center;
  margin-bottom: 2vw;
}
.hd_tit{
  margin-top: 10px;
  display: block;
}
.color_txt{
  background: linear-gradient(to right, #4852c6, #fb741f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page8 ul {
  width: 75vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page8 ul li {
  width: 24%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1vw;
}
.page8 ul li img {
  transition: all 0.3s;
}
.page8 ul li:hover img {
  transform: scale(1.05);
}
.page8 .logo {
  width: 21.35%;
  position: absolute;
  top: 0%;
  left: 0;
  /*z-index: 2;*/
}
.di {
  /*margin-top: 10vw;
  padding-bottom: 4vw;*/
  padding-bottom: 20px;
  position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.di .erweima {
  width: 114px;
  margin: 0 auto;
}
.di .erweima img {
  width: 100%;
}
.di h2 {
  text-align: center;
  margin: 20px auto 40px;
  color: #000;
  opacity: 0.5;
}
.di .d_logo {
  width: 340px;
  margin: 0 auto;
}
.di .d_logo img {
  width: 100%;
}
.di p {
  text-align: center;
  color: #000;
  opacity: 0.5;
  margin-top: 30px;
  margin-bottom: 0;
}
.pp {
  animation: p2fd 0.4s linear 0.1s 1 forwards;
  transform: scale(0);
}
.pp {
  animation: hand2 1s linear 0s infinite;
  transform: scale(0);
}
.am {
  animation: txtMask 4s ease 0s 1 forwards;
}
.dn {
  animation: dm 1s ease 3.5s 1 forwards;
}
@keyframes txtMask {
  0% {
    opacity: 0;
  }
  2% {
    transform: translateX(100%);
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    font-size: 130px;
  }
  60% {
    opacity: 1;
  }
  99.9% {
    font-size: 2300px;
    transform: translateX(0%);
  }
  100% {
    font-size: 2300px;
    transform: translateX(0%);
    display: none;
  }
}
@keyframes dm {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}
.phone_show{
  display: none;
}
@media screen and (max-width: 1440px) {
  .in_container .in_section.page6 .mask {
    left: -47%;
  }
}
/* 125% */
@media only screen and (min-width: 1450px) and (max-width: 1537px) {
  .in_container .in_section.page6 .mask {
    left: -47%;
  }
}
@media screen and (max-width: 1440px) {
  .in_container .in_section.page7 .tit p {
    font-size: 100px;
  }
  @keyframes txtMask {
    0% {
      opacity: 0;
    }
    2% {
      transform: translateX(100%);
    }
    20% {
      opacity: 1;
    }
    40% {
      transform: translateX(0%);
      font-size: 100px;
    }
    60% {
      opacity: 1;
    }
    99.9% {
      font-size: 2300px;
      transform: translateX(0%);
    }
    100% {
      font-size: 2300px;
      transform: translateX(0%);
      display: none;
    }
  }
}
@media screen and (max-width: 1170px) {
  .in_container .in_section.page6 .mask {
    left: -52%;
  }
}
/* 150 */
@media only screen and (min-width: 1020px) and (max-width: 1291px) {
  .zoomed-view .project-preview {
    left: 50px;
  }
  .in_container .in_section.page6 .mask {
    left: -52%;
  }
}
@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 90%;
  }
  .in_container .in_section.page6 .mask {
    left: -52%;
  }
}
@media screen and (max-width: 998px) {
  .tab {
    display: none!important;
  }
  .in_container .in_section.page2 .pic5 img {
    width: 54%;
  }
  .in_container .in_section.page2 .pic5 .txt {
    top: 54%;
  }
  .in_container .in_section.page2 .pic5 .txt p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .in_container .in_section.page2 .pic5 .txt span {
    font-size: 14px;
    margin-top: 0;
  }
  .in_container .in_section.page3 {
    background: url(../img/bg2_mobile_02.png) no-repeat left bottom;
    background-size: cover;
  }
  .in_container .in_section.page3 .sw1 .btn {
    display: flex!important;
  }
  .in_container .in_section.page3 .txt span {
    /*display: none;*/
    font-size: 10px;
  }
  .in_container .in_section.page3 .txt {
    top: 34%;
    left: 17vw;
  }
  .in_container .in_section.page3 .txt i {
    font-size: 18px;
  }
  .in_container .in_section.page3 .txt p {
    font-size: 22px;
    margin-top: 4px;
    margin-bottom: 0;
  }
  .in_container .in_section.page3 .sw_box {
    bottom: 20px;
  }
  .in_container .in_section.page3 .swiper-container {
    width: 94%;
    margin: 0 0 0 12%;
  }
  .in_container .in_section.page3 .swiper-container p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .in_container .in_section.page3 .btn {
    width: 44px;
    margin-left: 20px;
  }
  .in_container .in_section.page4 .home-clou__text .des span {
    font-size: 12px;
    line-height: 1.6;
  }
  .mobile-intro-btn {
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .in_container .in_section.page4 .zoomed-view .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .in_container .in_section.page4 .zoomed-view .subtit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .in_container .in_section.page4 .zoomed-view .project-preview__btn {
    margin-top: 0;
  }
  .in_container .in_section.page4 .zoomed-view .project-preview__btn .name_txt p {
    font-size: 14px;
  }
  .in_container .in_section.page4 .zoomed-view .project-preview__btn .name_txt span {
    font-size: 14px;
  }
  .in_container .in_section.page4 .label__inner .tit {
    font-size: 16px;
    display: none;
  }
  .in_container .in_section.page4 .label__inner .subtit {
    font-size: 14px;
    display: none;
  }
  .in_container .in_section.page4 .close {
    right: 20px!important;
  }
  .in_container .in_section.page5 .bg .txt {
    left: 44%;
  }
  .close_ic {
    display: none!important;
  }
  .page8 ul li{
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
  .on .celebrate{
    display: none !important;
  }
  .on .phone_show{
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .in_container .in_se_l {
    background-size: cover;
  }
  .in_container .in_section.page3 {
    background: url(../img/bg2.png) no-repeat left bottom;
    background-size: cover;
  }
  .in_container .in_section.page1 .logo {
    width: 150px;
  }
  .in_container .in_section.page2 ul {
    width: 45%;
    position: absolute;
    left: 27.5%;
    top: 10%;
    transform: translateY(0%);
  }
  .in_container .in_section.page2 .pic5 {
    margin-left: 28%;
  }
  .in_container .in_section.page2 .pic5 img {
    position: absolute;
    top: 31%;
    left: -25%;
  }
  .in_container .in_section.page2 .pic5 .txt {
    top: 51%;
    left: 0;
    width: 80%;
  }
  .in_container .in_section.page3 {
    width: 600vw;
  }
  .in_container .in_section.page3 .sw1 {
    width: 30%;
  }
  .in_container .in_section.page3 .sw2 {
    width: 30%;
    left: 30%;
  }
  .in_container .in_section.page3 .sw3 {
    width: 30%;
    left: 60%;
  }
  .in_container .in_section.page3 .txt {
    left: 50vw;
  }
  .in_container .in_section.page3 .swiper-container {
    width: 100%;
    margin: 0 0 0 16%;
  }
  .in_container .in_section.page3 .swiper-container p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .in_container .in_section.page3 .txt p {
    font-size: 20px;
  }
  .in_container .in_section.page4 .home-clou__text .des p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mobile-intro-btn {
    bottom: 80px;
  }
  .close_ic {
    display: block!important;
  }
  .in_container .in_section.page4 .close_ic {
    width: 44px;
    height: 44px;
    margin-right: 0;
  }
  .in_container .in_section.page5 ul {
    display: block;
    width: 30%;
    position: absolute;
    left: 38%;
    top: 20%;
    transform: translateY(-50%);
  }
  .in_container .in_section.page5 {
    width: 160vw;
  }
  .in_container .in_section.page5 .bg {
    width: 60%;
    top: 54%;
  }
  .in_container .in_section.page5 .bg .txt {
    left: 46%;
    top: 58%;
  }
  .in_container .in_section.page5 .bg .txt p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .in_container .in_section.page5 .bg .txt span {
    font-size: 14px;
  }
  .in_container .in_section.page6 .mask {
    left: -100%;
    height: 100%;
    top: 0;
  }
  .in_container .in_section.page6 .mask img {
    height: 100%;
  }
  .in_container .in_section.page6 {
    width: 120vw;
  }
  .in_container .in_section.page6 .sw_tab {
    margin-top: 8vw;
  }
  .in_container .in_section.page7 .tit p {
    font-size: 30px;
  }
  @keyframes txtMask {
    0% {
      opacity: 0;
    }
    2% {
      transform: translateX(100%);
    }
    20% {
      opacity: 1;
    }
    40% {
      transform: translateX(0%);
      font-size: 30px;
    }
    60% {
      opacity: 1;
    }
    99.9% {
      font-size: 2300px;
      transform: translateX(0%);
    }
    100% {
      font-size: 2300px;
      transform: translateX(0%);
      display: none;
    }
  }
  .in_container .in_section.page7 .bg {
    object-fit: cover;
  }
  .in_container .in_section.page7 .swiper-container {
    height: 90%;
    width: 70vw;
    left: 15vw;
    top: 48%;
  }
  .in_container .in_section.page7 .swiper-wrapper {
    display: block;
  }
  .in_container .in_section.page7 .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .in_container .in_section.page7 .activity .txt p {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .in_container .in_section.page7 .activity .txt {
    margin-top: 10px;
  }
  .in_container .in_section.page7 .activity .txt p {
    font-size: 14px;
  }
  .in_container .in_section.page7 {
    background-size: cover;
  }
  .in_container .in_section.page8 .logo {
    top: 0;
  }
  .in_container .in_section.page8 .big-box {
    padding-top: 16vw;
  }
  #videoPopup.v_vertical .video-box {
    width: 90%;
    height: auto;
  }
  #videoPopup.v_vertical .video-box video {
    height: auto;
  }
  .in_container .in_section.page4 .project-preview {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%;
  }
  .in_container .in_section.page6 .sw_box {
    padding-top: 0;
    display: flex;
    height: 100%;
  }
  .in_container .in_section.page6 {
    width: 240vw;
    align-items: center;
  }
  .in_container .in_section.page6 .sw_item {
    position: relative;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .in_container .in_section.page6 .sw_item .celebrate {
    flex: 0 0 100%;
    margin-left: 0!important;
    margin-top: 0!important;
    box-sizing: content-box;
    display: flex;
    align-items: center;
  }
  .in_container .in_section.page6 .sw_item .celebrate .swiper-wrapper {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .in_container .in_section.page6 .sw_item .celebrate .swiper-wrapper .swiper-slide {
    width: 32%;
    height: 122px;
    margin-top: 13px;
  }
  /*.in_container .in_section.page6 .sw_item .celebrate .swiper-wrapper .swiper-slide:nth-child(n+3) {
    margin-top: 14px;
  }*/
  .in_container .in_section.page6 .sw_item .celebrate .swiper-wrapper .swiper-slide .video_box {
    height: 100%;
  }
  .in_container .in_section.page6 .sw_item .celebrate .swiper-wrapper .swiper-slide img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
  }
  .in_container .in_section.page6 .mask {
    display: none!important;
  }
  .page8 ul{
    width: 100%;
    padding: 0 20px;
  }
  .page8 .tit{
    margin-bottom: 15px;
  }
  .di{
    position: relative;
    padding-bottom: 20px;

  }
  .page8{
    height: auto;
  }
}
.show-heng {
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  display: none;
}
.show-heng .center {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.show-heng .center img {
  width: 120px;
}
.show-heng .center p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.show-heng.active {
  display: none!important;
}
/*# sourceMappingURL=index.css.map */