.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.banner .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner .img img {
  width: 100%;
  height: 100%;
}

.banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.banner .text .text_1 {
  font-size: 16px;
  font-family: DIN Condensed;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner .text .text_2 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #ffffff;
}

.section .map {
  width: fit-content;
  margin: auto;
  position: relative;
}

.section .map .address {
  position: absolute;
  top: 398px;
  left: 693px;
  animation: 2s movetop infinite linear;
}

.section .map .text {
  position: absolute;
  top: 311px;
  left: 981px;
}

.section .map .text .CN {
  display: flex;
  align-items: center;
}

.section .map .text .CN span {
  display: block;
  width: 60px;
  height: 1px;
  background: #cccccc;
  margin-right: 31px;
}

.section .map .text .company {
  text-align: right;
  margin-bottom: 81px;
  position: relative;
  right: 44px;
}

.section .map .text .CN p {
  font-size: 56px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #cccccc;
}

.section .map .text .item {
  display: flex;
  margin-bottom: 86px;
}

.section .map .text .item .circle {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}

.section .map .text .item .circle .iconfont {
  color: #2a4d46;
}

.section .map .text .item p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.section .map .text .item .num {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: normal;
  color: #333333;
}

.section .map .text .item .addr {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
}

.section .map .text .item .email {
  font-size: 18px;
  font-family: ITC Avant Garde Gothic Std;
  font-weight: normal;
  color: #333333;
}

@keyframes movetop {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.banner .text_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner .text .text_1 {
  display: flex;
}

.banner .text .text_1 div {
  opacity: 0;
  transition: 1s;
  transform: translateY(-10px);
  min-width: 6px;
}

.banner .text .active div {
  opacity: 1;
  transform: translateX(0);
}

.banner .text .text_2 span {
  display: flex;
}

.banner .text .text_2 div {
  opacity: 0;
  transition: 1s;
  transform: translateY(-20px);
  min-width: 6px;
}

.banner .text .active div {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1900px) {
  .section .map {
    width: 90%;
  }
  .section .map .address {
    top: 35%;
    left: 37%;
  }
  .section .map img {
    width: 100%;
  }
  .section .map .text {
    top: 30%;
    left: 58%;
  }
  .section .map .text .CN p {
    font-size: 38px;
  }
  .section .map .text .company {
    margin-bottom: 60px;
  }
  .section .map .text .item .num {
    font-size: 18px;
  }
  .section .map .text .item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1440px) {
  .section .map .address {
    top: 35%;
    left: 37%;
  }
}

@media screen and (max-width: 768px) {
  .banner .text .text_1 {
    font-size: 12px;
  }
  .banner .text .text_2 {
    font-size: 26px;
  }
  .section .map .address {
    width: 30px;
  }
  .section .map .text {
    position: static;
  }
  .section .map {
    padding-top: 20px;
  }
  .section .map .address {
    top: 11%;
    left: 35%;
  }
  .section .map .text .item .addr {
    font-size: 12px;
  }
  .section .map .text .item .num {
    font-size: 12px;
  }
  .section .map .text .item .email {
    font-size: 12px;
  }
  .section .map .text .company {
    margin-bottom: 40px;
  }
  .section .map .text .item {
    margin-bottom: 40px;
  }
  .section .map .text .CN p {
    font-size: 32px;
  }
}
