.business {
  position: relative;
  background-color: #FDFDFD;
  overflow: hidden;
}

.business-abroad * {
  color: #FFF !important;
}

.business-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.business-bg__img {
  width: 100%;
}

.business-container {
  position: relative;
  z-index: 10;
}

.business-container__phone {
  width: 1188px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end
}

.business-container__phone-img {
  width: 547px;
  height: 531px;
  position: absolute;
  top: 48px;
  right: -48px;
}

.business-info {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 155px;
  padding-bottom: 122px;
}

.business-title {
  color: #030303;
  font-family: "Smiley Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.business-intro {
  width: 641px;
  color: rgba(2, 6, 14, 0.90);
    font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
    line-height: 180%;
  letter-spacing: 1.76px;
}

.business-content {
  width: 1188px;
  margin: 0 auto;
  padding-top: 104px;
  margin-bottom: 100px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.business-content__line {
  width: 970px;
  height: 1px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #777 0%, #777 50%, transparent 50%, transparent 100%);
  background-size: 20px 1px;
  background-repeat: repeat-x;
}

.business-prod {
  display: flex;
  justify-content: center;
}

.business-prod__item {
  color: #000;
  font-family: "DingTalk JinBuTi";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8px;
  letter-spacing: 3.1px;
  padding-right: 33px;
  position: relative;
  display: flex;
  align-items: center;
}

.business-prod__item+.business-prod__item {
  padding-left: 33px;
}

.business-prod__item+.business-prod__item::before {
  content: '';
  width: 1px;
  height: 34px;
  background-color: #777;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-17px);
}

.business-prod__brand {
  width: 150px;
  height: 47px;
}

.business-prod-intro {
  width: 970px;
  color: #323232;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
    font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.76px;
    margin-top: 62px;
    margin-bottom: 59px;
}

.business-advantage {
  padding-top: 71px;
  margin-bottom: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.business-advantage__title {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.96px;
  margin-bottom: 50px;
}

.business-advantage__item {
  width: 227px;
  height: 220px;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(255, 235, 214, 0.25) inset;
  padding-top: 23px;
  text-align: center;
  position: relative;
}

.business-advantage__item+.business-advantage__item {
  margin-left: 23px;
}

.business-advantage__name {
  color: #000;
  text-align: center;
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
    letter-spacing: 2.09px;
  position: relative;
  z-index: 10;
}

.business-advantage__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.business-abroad-advantage {
  width: 100%;
  padding-top: 89px;
    padding-bottom: 74px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.business-abroad-advantage__title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.96px;
  margin-bottom: 34px;
}

.business-abroad-advantage__item {
  width: 457px;
  height: 172px;
  margin: 16px 27px;
  padding-top: 30px;
  padding-left: 34px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(255, 235, 214, 0.25) inset;
  position: relative;
}

.business-abroad-advantage__name {
  color: #FFF;
    text-align: justify;
    font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
    line-height: 34px;
  letter-spacing: 2.09px;
  margin-bottom: 6px;
  position: relative;
  z-index: 10;
}

.business-abroad-advantage__intro {
  width: 250px;
  color: #DBDBDB;
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
    line-height: 159%;
    letter-spacing: 1.65px;
  position: relative;
  z-index: 10;
}

.business-prod-intro-blod {
  font-family: "AlibabaPuHuiTi-2-65-Medium";
}
.business-abroad-advantage__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.business-theaters {
  width: 100%;
  padding-bottom: 108px;
}

.business-theaters__title {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.96px;
  margin-bottom: 50px;
}

.business-theaters__container {
  width: 100%;
  height: 405px;
  position: relative;
}

.business-theaters__container+.business-theaters__container {
  margin-top: 48px;
}

.business-theaters__list {
  width: 2345px;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  animation: theater1 80s linear infinite;
  transform: translateX(0);
}

.business-theaters__list:nth-child(2) {
  animation: theater2 80s linear infinite;
  transform: translateX(100%);
}

.business-theaters__list:nth-child(3) {
  animation: theater3 80s linear infinite;
  transform: translateX(-100%);
}

.business-theaters__container:last-child .business-theaters__list {
  left: 164px;
}

.business-theaters__container:hover .business-theaters__list {
  animation-play-state: paused;
}
@keyframes theater1 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  33% {
    transform: translateX(-100%);
    opacity: 1;
  }

  34% {
    transform: translateX(-100%);
    opacity: 0;
  }

  65% {
    transform: translateX(100%);
    opacity: 0;
  }

  66% {
    transform: translateX(100%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes theater2 {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }

  33% {
    transform: translateX(0%);
    opacity: 1;
  }

  66% {
    transform: translateX(-100%);
    opacity: 1;
  }

  67% {
    transform: translateX(-100%);
    opacity: 0;
  }

  99% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes theater3 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }

  1% {
    transform: translateX(-100%);
    opacity: 0;
  }

  32% {
    transform: translateX(100%);
    opacity: 0;
  }

  33% {
    transform: translateX(100%);
    opacity: 1;
  }

  66% {
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}

.business-theaters__item {
  flex-shrink: 0;
  width: 287px;
  height: 405px;
  margin-left: 48px;
  border-radius: 10px;
  background-color: #D9D9D9;
  overflow: hidden;
  position: relative;
}

.business-theaters__cover {
  width: 100%;
  height: 100%;
}

.business-theaters__name {
  width: 100%;
  height: 25%;
  padding: 0 29px;
    box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(14px);
  color: #FFF;
  text-align: center;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.65px;
  display: none;
  justify-content: center;
  align-items: center;
    text-align: center;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}

.business-abroad .business-theaters__name {
  background-color: rgba(0, 0, 0, 0.80);
}
.business-theaters__item:hover .business-theaters__name {
  display: flex;
}
.business-partners {
  width: 100%;
  padding-top: 92px;
  padding-bottom: 92px;
  position: relative;
}

.business-partners__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.business-partners__title {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.96px;
  margin-bottom: 46px;
  position: relative;
  z-index: 10;
}

.business-partners__list {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.business-partners__item {
  width: 190px;
  height: 64px;
  margin: 12px 15px;
  border-radius: 15px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}