@charset "UTF-8";
.enterprise-container {
  padding: 80px 0 0 0;
  width: 100%;
}
.enterprise-container .logo-wrapper {
  width: 100%;
}
.enterprise-container .logo-wrapper img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.enterprise-container .overview-wrapper {
  width: 80%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 86px 0 0 0;
}
.enterprise-container .overview-wrapper .overview-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 38px;
}
.enterprise-container .overview-wrapper .overview-content {
  font-size: 18px;
  color: #333333;
}
.enterprise-container .overview-wrapper .overview-content img {
  float: left;
}
.enterprise-container .overview-wrapper .overview-content p {
  text-indent: 2em; /* 首行缩进 2 个字符宽度 */
  margin: 2em 0;
  line-height: 30px;
}
.enterprise-container .overview-wrapper .overview-resource {
  width: 100%;
  height: 506px;
  display: flex;
  justify-content: space-between;
}
.enterprise-container .overview-wrapper .overview-resource .overview-video {
  flex: 1;
  margin-right: 30px;
}
.enterprise-container .overview-wrapper .overview-resource .overview-video .video-wrapper {
  width: 100%;
  height: 100%;
}
.enterprise-container .overview-wrapper .overview-resource .overview-video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}
.enterprise-container .overview-wrapper .overview-resource .overview-image .image-wrapper {
  width: 100%;
  height: 238px;
}
.enterprise-container .overview-wrapper .overview-resource .overview-image .image-wrapper img {
  width: 100%;
}
.enterprise-container .overview-wrapper .overview-resource .overview-image .image-wrapper:nth-child(2) {
  margin-top: 30px;
}
.enterprise-container .brandstory-wrapper {
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #333333;
}
.enterprise-container .brandstory-wrapper .story-title {
  font-size: 30px;
  margin: 85px 0 30px 0;
  text-align: center;
}
.enterprise-container .brandstory-wrapper .story-box {
  transform: scale(0);
  display: flex;
  width: 90%;
  margin: 0 auto;
  max-width: 1480px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.enterprise-container .brandstory-wrapper .story-box .story-content {
  flex: 1 0 638px;
  box-sizing: border-box;
  padding: 40px 20px 20px 20px;
  font-size: 18px;
}
.enterprise-container .brandstory-wrapper .story-box .story-content p {
  max-width: 638px;
  text-indent: 2em;
  line-height: 30px;
}
.enterprise-container .brandstory-wrapper .story-box .story-img img {
  width: 614px;
  height: 466px;
  object-fit: cover;
}
.enterprise-container .brandstory-wrapper .story-box-2 {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 0 220px;
  box-sizing: border-box;
  transform: scale(0);
}
.enterprise-container .brandstory-wrapper .story-box-2 .story-box-2-wrapper {
  position: relative;
}
.enterprise-container .brandstory-wrapper .story-box-2 .story-box-2-wrapper .story-content {
  font-size: 18px;
  line-height: 32px;
  padding: 100px;
  box-sizing: border-box;
  background: url("../image/enterprise/brand_story_bg_floor0.png") no-repeat 0 0/100% 100%;
  position: relative;
  z-index: 10;
}
.enterprise-container .brandstory-wrapper .story-box-2 .story-box-2-wrapper .story-content p {
  text-indent: 2em;
}
.enterprise-container .brandstory-wrapper .story-box-2 .story-box-2-wrapper::before {
  content: "";
  position: absolute;
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
  left: -220px;
  top: 64px;
  height: calc(100% - 128px);
  background: url("../image/enterprise/brand_story_bg_floor2.png") no-repeat center right;
  background-size: cover;
  filter: blur(3px);
  -webkit-filter: blur(3px); /* Chrome, Opera */
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  z-index: 8;
}
.enterprise-container .brandstory-wrapper .story-box-2 .story-box-2-wrapper::after {
  content: "";
  position: absolute;
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  left: -110px;
  top: 32px;
  height: calc(100% - 64px);
  background: url("../image/enterprise/brand_story_bg_floor1.png") no-repeat center right;
  background-size: cover;
  filter: blur(3px);
  -webkit-filter: blur(3px); /* Chrome, Opera */
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  z-index: 9;
}
@keyframes right-in-blur {
  0% {
    filter: blur(0);
    transform: translateX(100%);
  }
  100% {
    filter: blur(3px);
    transform: translateX(0);
  }
}
@keyframes right-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.enterprise-container .brandstory-wrapper .story-box-2.active {
  transform: scale(1);
}
.enterprise-container .brandstory-wrapper .story-box-2.active .story-box-2-wrapper::before {
  animation: right-in-blur 0.8s ease-in-out;
}
.enterprise-container .brandstory-wrapper .story-box-2.active .story-box-2-wrapper::after {
  animation: right-in-blur 0.8s ease-in-out;
}
.enterprise-container .brandstory-wrapper .story-box-2.active .story-box-2-wrapper .story-content {
  animation: right-in 0.8s ease-in-out;
}
.enterprise-container .culture-wrapper {
  padding: 80px 0 70px 0;
}
.enterprise-container .culture-wrapper .culture-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  color: #333333;
}
.enterprise-container .culture-wrapper .culture-content {
  text-align: center;
}
.enterprise-container .culture-wrapper .culture-content .culture-item {
  transform: scale(0);
  display: inline-block;
  width: 352px;
  height: 385px;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  margin: 0 10px 20px 10px;
}
.enterprise-container .culture-wrapper .culture-content .culture-item .culture-item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.enterprise-container .culture-wrapper .culture-content .culture-item .culture-item-wrapper:hover {
  transform: scale(1.05);
}
.enterprise-container .culture-wrapper .culture-content .culture-item:nth-child(1) .culture-item-wrapper {
  background: url("../image/enterprise/culture1.png") no-repeat 0 0/100% 100%;
}
.enterprise-container .culture-wrapper .culture-content .culture-item:nth-child(2) .culture-item-wrapper {
  background: url("../image/enterprise/culture2.png") no-repeat 0 0/100% 100%;
}
.enterprise-container .culture-wrapper .culture-content .culture-item:nth-child(3) .culture-item-wrapper {
  background: url("../image/enterprise/culture3.png") no-repeat 0 0/100% 100%;
}
.enterprise-container .culture-wrapper .culture-content .culture-item:nth-child(4) .culture-item-wrapper {
  background: url("../image/enterprise/culture4.png") no-repeat 0 0/100% 100%;
}
.enterprise-container .culture-wrapper .culture-content .culture-item .text-wrapper {
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: calc(100% - 60px);
}
.enterprise-container .culture-wrapper .culture-content .culture-item .text-wrapper .main-text {
  font-size: 22px;
}
.enterprise-container .culture-wrapper .culture-content .culture-item .text-wrapper .sub-text {
  font-size: 16px;
  line-height: 25px;
}
.enterprise-container .history-wrapper {
  width: 100%;
}
.enterprise-container .history-wrapper .history-banner {
  width: 100%;
  height: 500px;
  background: url("../image/enterprise/history_banner_bg.png") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 240px;
  color: #ffffff;
  text-align: center;
}
.enterprise-container .history-wrapper .history-banner .history-title {
  font-size: 50px;
  margin-bottom: 70px;
}
.enterprise-container .history-wrapper .history-banner .timeline-bar .timeline-bar-wrapper {
  font-size: 0px;
}
.enterprise-container .history-wrapper .history-banner .timeline-bar .timeline-bar-wrapper .timeline-dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: relative;
  cursor: pointer;
}
.enterprise-container .history-wrapper .history-banner .timeline-bar .timeline-bar-wrapper .timeline-dot.active {
  background: #ffffff;
}
.enterprise-container .history-wrapper .history-banner .timeline-bar .timeline-bar-wrapper .timeline-dot:not(:last-child) {
  margin-right: 100px;
}
.enterprise-container .history-wrapper .history-banner .timeline-bar .timeline-bar-wrapper .timeline-dot:not(:last-child):after {
  content: "";
  position: absolute;
  width: 102px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  left: 100%;
  top: 50%;
  cursor: auto;
}
.enterprise-container .history-wrapper .history-banner .timeline-bar .timeline-bar-wrapper .timeline-dot .dot-text {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}
.enterprise-container .history-wrapper .history-content {
  width: 100%;
  padding: 70px 0 70px 0;
  box-sizing: border-box;
  min-height: 424px;
}
.enterprise-container .history-wrapper .history-content .history-content-wrapper {
  overflow: hidden;
  width: 80%;
  max-width: 1478px;
  margin: 0 auto;
}
.enterprise-container .history-wrapper .history-content .history-content-wrapper .history-item {
  width: 332px;
  display: inline-block;
}
.enterprise-container .history-wrapper .history-content .history-content-wrapper .history-item .history-item-wrapper .history-item-header {
  color: #941203;
  font-size: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E1D4D4;
}
.enterprise-container .history-wrapper .history-content .history-content-wrapper .history-item .history-item-wrapper .history-item-content {
  padding: 20px 0 20px 24px;
  font-size: 16px;
  line-height: 30px;
}
.enterprise-container .history-wrapper .history-content .history-content-wrapper .history-item .history-item-wrapper .history-item-content .month-item {
  margin-bottom: 6px;
  display: flex;
}
.enterprise-container .history-wrapper .history-content .history-content-wrapper .history-item .history-item-wrapper .history-item-content .month-item .month-title {
  width: 36px;
  margin-right: 20px;
  display: inline-block;
  color: #999999;
  vertical-align: top;
}
.enterprise-container .history-wrapper .history-content .history-content-wrapper .history-item .history-item-wrapper .history-item-content .month-item .month-content {
  display: inline-block;
  flex: 1;
  color: #333333;
}
.enterprise-container .hornor-wrapper {
  overflow: hidden;
  color: #ffffff;
  box-sizing: border-box;
  padding: 84px 0 58px 0;
  box-sizing: border-box;
  background-color: #1A1A1A;
  position: relative;
}
.enterprise-container .hornor-wrapper:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../image/enterprise/flash_left_bg.png") no-repeat left top/100% 100%, url("../image/enterprise/leaf_left.png") no-repeat 76px 122px/307px 575px, url("../image/enterprise/leaf_left_small.png") no-repeat 190px 262px/195px 329px;
}
.enterprise-container .hornor-wrapper:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  transform: rotateY(180deg);
  background: url("../image/enterprise/flash_left_bg.png") no-repeat left top/100% 100%, url("../image/enterprise/leaf_left.png") no-repeat 76px 122px/307px 575px, url("../image/enterprise/leaf_left_small.png") no-repeat 190px 262px/195px 329px;
}
@keyframes leftIn {
  0% {
    left: -50%;
  }
  100% {
    left: 0;
  }
}
@keyframes rightIn {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
@keyframes bottomIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.enterprise-container .hornor-wrapper.show::before {
  animation: leftIn 0.8s linear;
}
.enterprise-container .hornor-wrapper.show::after {
  animation: rightIn 0.8s linear;
}
.enterprise-container .hornor-wrapper .hornor-title {
  font-size: 30px;
  text-align: center;
}
.enterprise-container .hornor-wrapper .hornor-content {
  position: relative;
  z-index: 10;
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box {
  margin: 0 auto;
  transform: scale(0);
  width: fit-content;
  padding: 40px 0px 16px 0px;
  text-align: center;
  background: url("../image/enterprise/platform_bottom_long.png") no-repeat center bottom/100% 100px;
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box .hornor-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 5px 10px;
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box .hornor-item .hornor-item-img {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box .hornor-item .hornor-item-img img {
  width: 100%;
  height: 100%;
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box .hornor-item .hornor-item-img:hover {
  transform: scale(1.5);
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box .hornor-item .hornor-item-img.hor {
  width: 242px;
  height: 178px;
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box .hornor-item .hornor-item-img.ver {
  width: 178px;
  height: 242px;
}
.enterprise-container .hornor-wrapper .hornor-content .hornor-box .hornor-item .hornor-item-title {
  font-size: 18px;
  margin-top: 26px;
}

/*# sourceMappingURL=enterprise.css.map */
