.home_ind .openAnimation {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 110;
  transition: z-index 0.5s ease-in-out 0.5s;
}
.home_ind .cartoonPages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  transition: opacity 0.5s ease-in-out 0.5s;
  justify-content: center;
  align-items: center;
}
.home_ind .actionBox {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  height: calc(100% + 1px);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transform-origin: center center;
  transition: left 0.5s linear, top 0.5s cubic-bezier(0.5, -0.5, 1, 1), width 1s ease-in-out, height 1s ease-in-out, border-radius 1s ease-in-out, transform 0.5s ease-in-out;
  backface-visibility: hidden;
  min-width: 100px;
  min-height: 100px;
}
.home_ind .action_img,
.home_ind .logoOne {
  max-width: none;
}
.home_ind .action_img {
  position: relative;
  width: 100vw;
  z-index: 10;
  transform-origin: center center;
}
.home_ind .logoOne {
  width: 100vw;
  position: absolute;
  z-index: 5;
  /* opacity: 0; */
  transform-origin: center center;
}
.home_ind .logo_box {
  width: calc(40px + 3rem);
  position: absolute;
  top: 1.5vw;
  left: 2.5vw;
  z-index: 105;
}
.home_ind .logo_box img {
  width: 100%;
}
.home_ind .iconImg {
  position: absolute;
  top: calc(50% - 38px / 2 + 1.5rem / 2 + 50px);
  left: calc(50% - 3rem - 76px - 2.4vw);
  z-index: 105;
}
.home_ind .iconImg ul {
  display: flex;
  justify-content: space-between;
}
.home_ind .iconImg ul li {
  width: calc(38px + 1.5rem);
  height: calc(38px + 1.5rem);
  border-radius: 50%;
  margin: 0 0.6vw;
  opacity: 0;
}
.home_ind .iconImg ul li a {
  display: block;
  position: relative;
}
.home_ind .iconImg ul li img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.home_ind .iconImg ul li img.iconImg1 {
  position: relative;
  z-index: 1;
}
.home_ind .iconImg ul li img.iconImg2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.home_ind .iconImg ul li:hover img {
  transition: 0.6s ease-in-out;
}
.home_ind .iconImg ul li:hover img.iconImg1 {
  opacity: 0;
}
.home_ind .iconImg ul li:hover img.iconImg2 {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .home_ind .quality_ind .public_w {
    flex-direction: column-reverse;
  }
  .home_ind .quality_ind .quality_Cont {
    width: 100%;
  }
  .home_ind .quality_ind .quality_img {
    width: 100%;
    margin-bottom: 3rem;
  }
  .home_ind .pro_ind .pro_cont .pro_ind_Item {
    width: 49%;
  }
  .home_ind .marketingNetwork .marketingMap {
    margin: 0 auto;
  }
  .home_ind .marketingNetwork .mainSalesArea {
    display: none;
  }
  .home_ind .video_ind .public_w {
    flex-direction: column;
  }
  .home_ind .video_ind .video_conts {
    width: 100%;
    margin-bottom: 3rem;
  }
  .home_ind .video_ind .about_video {
    width: 100%;
  }
}
