.one {
  width: 1600px;
  margin: 0 auto;
  padding-top: 209px;
  padding-bottom: 253px;
  display: flex;
}
.one .left {
  position: relative;
}
.one .left .img {
  transition-duration: 1.5s;
}
.one .left .img.aos-animate + .circle {
  filter: none;
  opacity: 1;
  transition: all 2s 2s;
  transform: translate(55%, 55%) scale(1);
}
.one .left .circle {
  bottom: 0;
  right: 0;
  position: absolute;
  filter: blur(5px);
  transform: translate(55%, 55%) scale(2);
  opacity: 0;
}
.one .left .circle img {
  animation: rotate 5s infinite linear;
}
.one .left .circle span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.one .right {
  flex: 1;
  margin-left: 93px;
  /* padding-top: 31px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.one .right h3 {
  font-size: 40px;
}
.one .right h4 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.one .right h4.aos-animate {
  transition-delay: 0.3s;
}
.one .right P {
  line-height: 26px;
  color: #666;
}
.one .right P.aos-animate {
  transition-delay: 0.6s;
}
.one .right p:not(:last-child) {
  margin-bottom: 28px;
}
.two {
  position: relative;
  overflow: hidden;
}
.two .bg {
  width: 100%;
}
.two .map.aos-animate {
  transform: translate(-50%, -500px);
}
.two .map {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-30%, 0);
  width: 1700px;
  max-width: 100%;
  transition: all 3s;
}
.two .title {
  position: absolute;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  top: 7.60416666vw;
}
.two .title h3 {
  color: #fff;
  font-size: 40px;
}
.two .main {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
.two .main .list {
  display: flex;
  height: 100%;
}
.two .main .list.aos-animate {
  transition-delay: 0.3s;
}
.two .main .list .line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}
.two .main .list .line:nth-of-type(3):after {
  animation-delay: 2s;
}
.two .main .list .line:nth-of-type(5):after {
  animation-delay: 4s;
}
.two .main .list .line:nth-of-type(7):after {
  animation-delay: 3s;
}
.two .main .list .line::after {
  content: "";
  width: 100%;
  height: 78px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  animation: go 10s linear infinite;
}
.two .main .list .item {
  width: 383px;
  padding-top: 15.78125vw;
  text-align: center;
}
.two .main .list .item .value {
  color: #1290C6;
  font-size: 80px;
  display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 10px;
}
.two .main .list .item .value .sub{
  font-size: 31px;
    display: inline-block;
    color: #1290C6;
    margin-left: 7px;
}
.two .main .list .item .value .num {
  font-family: AB !important;
  line-height: 1;
}
/* .two .main .list .item .value .num::after {
  content: attr(data-text);
  font-size: 31px;
  display: inline-block;
  margin-left: 7px;
} */
.two .main .list .item .key {
  color: #fff;
  font-weight: 200;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.there {
  padding-top: 184px;
  padding-bottom: 242px;
}
.there .title {
  color: #010101;
  font-size: 40px;
  text-align: center;
}
.there .main {
  width: 1600px;
  margin: 50px auto 0;
  display: flex;
}
.there .main .item {
  position: relative;
  flex: 1;
}
.there .main .item .img{
  height: 100%;
}
.there .main .item .img img{
  height: 100%;
}

.there .main .item:nth-child(2).aos-animate {
  transition-delay: 0.3s;
}
.there .main .item:nth-child(3).aos-animate {
  transition-delay: 0.6s;
}
.there .main .item:nth-child(4).aos-animate {
  transition-delay: 0.9s;
}
.there .main .item:not(:last-child) {
  margin-right: 35px;
}
.there .main .item:hover .text::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.8;
}
.there .main .item:hover .text .top {
  transform: translateY(-55px);
}
.there .main .item:hover .text .top .line {
  transform: scaleY(1);
  transition-delay: .5s;
}
.there .main .item:hover .text .top p {
  opacity: 1;
  transition-delay: 1s;
}
.there .main .item .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.there .main .item .text::after {
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: #1290C6;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 1s;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 0;
}
.there .main .item .text .top {
  width: 90%;
  position: absolute;
  z-index: 1;
  transition: all .5s;
  margin-top: 180px;
}
.there .main .item .text .top .icon {
  width: 60px;
  position: relative;
  margin: 0 auto;
}
.there .main .item .text .top .icon img {
  width: 100%;
}
.there .main .item .text .top .icon span {
  color: #fff;
  position: absolute;
  left: 50%;
  /* font-size: 24px; */
  bottom:15px;
  transform: translateX(-50%);
}
.there .main .item:nth-child(1) .text .top .icon span {
  font-size: 28px;
}
.there .main .item:nth-child(2) .text .top .icon span {
  font-size: 32px;
}
.there .main .item:nth-child(3) .text .top .icon span {
  font-size: 30px;
}
.there .main .item:nth-child(4) .text .top .icon span {
  font-size: 26px;
}
.there .main .item .text .top .line {
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 20px auto;
  transform: scaleY(0);
  transition: all .5s;
  transform-origin: top;
}
.there .main .item .text .top h4 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
}
.there .main .item .text .top p {
  width: 85%;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
  transition: all .5s;
  text-align: center;
  /* text-align: left; */
}
.four {
  position: relative;
}
.four .bg {
  width: 100%;
}
.four .box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 137px;
  height: 100%;
}
.four .box .title {
  width: 1600px;
}
.four .box .title h3 {
  font-size: 40px;
  color: #fff;
}
.four .box .main {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  /* padding: 0px; */
}
.four .box .main .swiper-slide:last-child .item .contact p{
  text-align: center;
}

.four .box .main .swiper-slide-active .item .time {
  opacity: 1;
  transform: scale(1);
}
.four .box .main .swiper-slide-active .item .drop::before {
  transform: translate(-50%, -50%) scale(1);
}
.four .box .main .swiper-slide-active .item .contact {
  opacity: 1;
  transform: translateY(0);
}
.four .box .main .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.four .box .main .item .time {
  font-size: 60px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  transform-origin: center top;
  transform: scale(0.6);
  opacity: 0.5;
  transition: all 1s;
}
.four .box .main .item .drop {
  width: 60px;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  transition: all 1s;
  align-items: center;
  justify-content: center;
  margin: 35px 0;
  position: relative;
  cursor: pointer;
}
.four .box .main .item .drop:hover::after {
  background-color: #1290C6;
}
.four .box .main .item .drop::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  transition: all 1s;
}
.four .box .main .item .drop::before {
  width: 60px;
  height: 60px;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid #C8C8C8;
  transition: all 1s;
}
.four .box .main .item .contact {
  width: 300px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.four .box .main .item .contact p {
  color: #fff;
  /* text-align: center; */
  text-align: left;
  line-height: 22px;
}
.four .box .main::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: 110px;
}
.four .box .tab {
  position: absolute;
  bottom: 150px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.four .box .tab .prev,
.four .box .tab .next {
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  transition: all 1s;
  cursor: pointer;
}
.four .box .tab .prev:hover,
.four .box .tab .next:hover {
  background-color: #1290C6;
}
.four .box .tab .prev span,
.four .box .tab .next span {
  color: #fff;
  font-size: 20px;
}
.four .box .tab .next {
  transform: rotate(180deg);
  margin-left: 20px;
}
.five {
  padding-top: 153px;
}
.five .title h3 {
  text-align: center;
  color: #010101;
  font-size: 40px;
}
.five .main {
  width: 1600px;
  margin: 57px auto 0;
  padding-bottom: 137px;
}
.five .main .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.five .main .list .item {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.five .main .list .item:hover img {
  transform: scale(1.1);
}
.five .main .list .item:nth-child(5n+1) {
  justify-content: start;
}
.five .main .list .item:nth-child(5n) {
  justify-content: end;
}
.five .main .list .item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.five .main .list .item img {
  box-shadow: 0 0 10px #ccc;
  transition: all 1s;
  max-height: 100%;
}

@keyframes go {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(115vh);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

html[lang="en"] .one .right h4 {
  font-size: 22px;
  line-height: 30px;
}
html[lang="en"] .one .right h3 {
  font-size: 32px;
}
html[lang="en"] .one .right h4{
  margin-bottom: 30px;
}
html[lang="en"] .one .left .img,
html[lang="en"] .one .left .img img{
  height: 100%;
}

html[lang="en"] .two .title h3{
  font-size: 32px;
}
html[lang="en"] .two .main .list .item .value{
  align-items: center;
  flex-direction: column;
}
html[lang="en"] .two .main .list .item .value .sub {
  font-size: 24px;
}
html[lang="en"] .two .main .list .item .value {
  font-size: 64px;
}
html[lang="en"] .two .main .list .item {
  width: 420px;
}
html[lang="en"] .two .title{
  white-space: nowrap;
}

html[lang="en"] .four .box{
  padding-top: 80px;
}
html[lang="en"] .four .box .main{
  top: 60%;
}
html[lang="en"] .four .box .tab{
  bottom: 80px;
}

/* html[lang="en"] .one .right h4{
  word-break: break-all;
}
html[lang="en"] .one .right P{
  word-break: break-all;
}
html[lang="en"] .four .box .main .item .contact p{
  word-break: break-all;
} */

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
  .one {
    padding-top: 180px;
    padding-bottom: 220px;
  }
  .one .right {
    margin-left: 80px;
  }
  .there {
    padding-top: 160px;
    padding-bottom: 220px;
  }
  .five {
    padding-top: 120px;
  }
}

@media screen and (max-width: 1792px){
  .one,
  .four .box,
  .there .main,
  .five .main{
    width: 90%;
  }
  .four .box .title{
    width: 100%;
  }

  html[lang="en"] .one .left{
    width: 700px;
  }
  html[lang="en"] .one .right {
    margin-left: 60px;
  }
  html[lang="en"] .one {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 1680px){
	.one .left {
    width: 50%;
  }
  .one .right {
    margin-left: 60px;
  }
  .there .title,
  .two .title h3,
  .one .right h3,
  .four .box .title h3,
  .five .title h3 {
    font-size: 36px;
  }
  .one .right h4 {
    font-size: 24px;
  }
  .one {
    padding-top: 160px;
    padding-bottom: 200px;
  }

  .two .main .list .item .value .sub {
    font-size: 28px;
  }
  .two .main .list .item .value {
    font-size: 64px;
  }
  .four .box .main .item .time {
    font-size: 52px;
  }
  .there {
    padding-top: 140px;
    padding-bottom: 200px;
  }
  .four .box {
    padding-top: 100px;
  }
  .five .main .list .item {
    width: 220px;
    height: 220px;
  }
  html[lang="en"] .one .right {
    margin-left: 40px;
  }
  html[lang="en"] .two .main .list .item .value {
    font-size: 52px;
  }
  html[lang="en"] .there .main .item:hover .text .top {
    transform: translateY(-90px);
  }
  html[lang="en"] .there .main .item .text .top p{
    font-size: 14px;
  }
}

@media screen and (max-width: 1600px){
	.there .main .item .text::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .there .main .item .text .top p {
    width: 90%;
  }
  .there .main .item:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1500px){
  .there .main .item .text .top p{
    font-size: 14px;
  }
  .there .main .item .text .top {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1440px){

  .there .title, .two .title h3, .one .right h3, .four .box .title h3, .five .title h3 {
    font-size: 32px;
  }
  .one .right h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .five .main .list .item {
    width: 200px;
    height: 200px;
  }
  .two .main .list .item .value {
    font-size: 58px;
  }
  .two .map img{
    width: 90%;
  }
  .two .map{
    display: flex;
    justify-content: center;
  }
  .two .map.aos-animate {
    transform: translate(-50%, -420px);
  }
  .one .right h4 {
    margin-bottom: 30px;
  }
  .one {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  .one .right p:not(:last-child) {
    margin-bottom: 20px;
  }
  .there {
    padding-top: 120px;
    padding-bottom: 180px;
  }
  .four .box .main .item .time {
    font-size: 44px;
  } 
  .four .box .main .item .drop::before {
    width: 50px;
    height: 50px;
  }
  .there .main .item .text .top .icon {
    width: 50px;
  }
  .there .main .item:nth-child(1) .text .top .icon span {
    font-size: 24px;
  }
  .there .main .item:nth-child(2) .text .top .icon span {
    font-size: 28px;
  }
  .there .main .item:nth-child(3) .text .top .icon span {
    font-size: 26px;
  }
  .there .main .item:nth-child(4) .text .top .icon span {
    font-size: 22px;
  }

  html[lang="en"] .one .right P{
    font-size: 14px;
    line-height: 22px;
  }
  html[lang="en"] .one .right h4 {
    font-size: 18px;
    line-height: 24px;
  }
  html[lang="en"] .one .right h3 {
    font-size: 28px;
  }
  html[lang="en"] .one .left{
    width: 50%;
  }
  html[lang="en"] .two .main .list .item {
    width: 370px;
  }
  html[lang="en"] .two .main .list .item .value .sub {
    font-size: 20px;
  }
  html[lang="en"] .four .box .main .item .contact p{
    font-size: 14px;
  }
  html[lang="en"] .four .box .main .item .drop{
    margin: 20px 0;
  }
  html[lang="en"] .four .box .main::after {
    top: 95px;
  }
  html[lang="en"] .four .box {
    padding-top: 60px;
  }

}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	html[lang="en"] .there .main .item .text .top p {
    font-size: 12px;
  }
}



@media screen and (max-width: 1024px){
  .five .main .list .item:hover img {
    transform: scale(1);
  }
  .one{
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .one, .four .box, .there .main, .five .main{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .one .right{
    margin-left: 0;
    margin-bottom: 40px;
  }
  .one .left{
    width: 100%;
  }
  .one .left .img{
    height: 500px;
  }
  .one .left .img img{
    width: 100%;
  }

  .two .map.aos-animate {
    transform: translate(-50%, -300px);
  }

  .two .main .list .line{
    display: none;
  }
  .two .main .list .item .value .sub {
    font-size: 24px;
  }
  .two .main .list .item .value {
    font-size: 48px;
  }
  .two .main{
    width: calc(100% - 60px);
    flex-wrap: wrap;
  }
  .there .main{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .there .main .item{
    width: 49%;
    flex: none;
    margin-bottom: 20px;
  }
  .there .main .item:not(:last-child) {
    margin-right: 0;
  }
  .there .main .item .img img{
    width: 100%;
  }
  .there .main .item .text .top {
    margin-top: 120px;
  }

  .there .main .item .text .top .icon {
    width: 70px;
  }
  .there .main .item .text::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  .there .main .item:nth-child(1) .text .top .icon span {
    font-size: 32px;
  }
  .there .main .item:nth-child(2) .text .top .icon span {
    font-size: 36px;
  }
  .there .main .item:nth-child(3) .text .top .icon span {
    font-size: 34px;
  }
  .there .main .item:nth-child(4) .text .top .icon span {
    font-size: 30px;
  }
  .there .main .item .text .top .line {
    transform: scaleY(1);
    transition-delay: .5s;
  }
  .there .main .item .text .top p{
    opacity: 1;
    transition-delay: 1s;
  }
  .there .main .item .text .top p {
    font-size: 16px;
  }
  .there{
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .five .main .list{
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  .five .main .list .item:nth-child(5n+1),
  .five .main .list .item:nth-child(5n) {
    justify-content: center;
  }
  .five .main .list .item {
    margin-bottom: 40px;
    width: 180px;
    height: 180px;
  }
  .four .box {
    padding-top: 60px;
  }
  .four{
    height: 600px;
  }
  .four .bg{
    height: 100%;
  }
  .four .box .main{
    width: calc(100% - 60px);
  }
  .four .box .tab{
    bottom: 100px;
    right: 30px;
    left: auto;
  }
  .there .title, .two .title h3, .one .right h3, .four .box .title h3, .five .title h3 {
    font-size: 28px;
  }
  .there .main .item:hover .text .top{
    transform: none;
  }
  .five{
    padding-top: 10vw;
  }
  .four .box .tab{
    transform: none;
  }
  .one .right P{
    font-size: 14px;
  }
  .one .right h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .two .main .list .item .key{
    font-size: 14px;
  }
  .five .main{
    padding-bottom: 10vw;
  }
  .five .main .list .item {
    margin: 0 auto;
  }
  .four .box .main .item .contact p{
    font-size: 14px;
  }
  html[lang="en"] .one {
    padding-top: 60px;
  }
  html[lang="en"] .one .right{
    margin-left: 0;
  }
  html[lang="en"] .one .left{
    width: 100%;
  }

  html[lang="en"] .two .title h3 {
    font-size: 24px;
  }
  html[lang="en"] .two .map.aos-animate {
    transform: translate(-50%, -250px);
  }
  html[lang="en"] .two .main .list .item{
    width: 49%;
  }
  html[lang="en"] .two .title h3,
  html[lang="en"] .two .title{
    white-space: unset;
  }
  html[lang="en"] .two .title{
    width: 90%;
    text-align: center;
  }
  html[lang="en"] .two .main .list .item .value .sub {
    font-size: 16px;
  }
  html[lang="en"] .two .main .list .item .value {
    font-size: 42px;
  }
}


@media screen and (max-width: 820px){
  .two{
    height: 620px;
  }
  .two .bg{
    height: 100%;
  }
  .two .main .list{
    flex-wrap: wrap;
    height: auto;
  }
  .two .main .list .item{
    padding-top: 0;
    width: 49%;
    margin-bottom: 30px;
  }
  
  .two .main{
    padding-top: 140px;
  }
  .two .main .list .item .value {
    font-size: 42px;
  }
  .two .main .list .item .value .sub {
    font-size: 20px;
  }
  .five .main .list .item {
    width: 140px;
    height: 140px;
  }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.one .left .img{
    height: auto;
  }
  .one, .four .box, .there .main, .five .main{
    padding-left: 20px;
    padding-right: 20px;
  }
  .two .title h3{
    white-space: nowrap;
  }
  .there .title, .two .title h3, .one .right h3, .four .box .title h3, .five .title h3 {
    font-size: 24px;
  }
  .two .map.aos-animate {
    transform: translate(-50%, -180px);
  }

  .there .main .item {
    width: 100%;
  }
  .four .box .tab {
    bottom: 40px;
  }
  .four .box .main .item .time {
    transform: scale(.8);
  }
  .four .box .main .item .time {
    font-size: 36px;
  }
  .four .box .main .item .drop::before {
    width: 40px;
    height: 40px;
  }

  .there .main .item.aos-animate{
    transition-delay: 0s !important;
  }
  .four .box .main .item .contact {
    width: 100%;
  }
  .four .box .main .item .drop {
    margin: 15px 0;
  }
  .four .box .main::after {
    top: 92px;
  }
  .four {
    height: 480px;
  }
  .four {
    margin-top: 30px;
  }
  .one{
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .two .title{
    top: 10vw;
  }
  .two {
    height: 550px;
  }
  .there .main{
    margin-top: 30px;
  }
  .five .main .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .five .main{
    margin-top: 30px;
  }
  .five .main .list .item {
    width: 120px;
    height: 120px;
  }
  .one .right P {
    font-size: 12px;
  }
  .two .main .list .item .key {
    font-size: 12px;
  }
  .four .box .main .item .contact p {
    font-size: 12px;
  }
  .two .main {
    width: calc(100% - 40px);
  }
  html[lang="en"] .one {
    padding-top: 30px;
  }
  html[lang="en"] .one {
    padding-bottom: 10vw;
  }
  html[lang="en"] .two .map.aos-animate {
    transform: translate(-50%, -120px);
  }
  html[lang="en"] .two .main .list .item {
    width: 100%;
  }
  html[lang="en"] .two .main .list .item .value{
    flex-direction: row;
    align-items: end;
    justify-content: start
  }
  html[lang="en"] .two .main .list .item .key{
    width: 100%;
    text-align: left;
  }
  html[lang="en"] .two .main .list .item .value {
    font-size: 36px;
  }
  html[lang="en"] .two .main {
    padding-top: 150px;
  }
  html[lang="en"] .four .box .tab {
    bottom: 40px;
  }
  html[lang="en"] .four{
    height: 600px;
  }
  html[lang="en"] .four .box .main {
    top: 50%;
  }
}
@media screen and (max-width: 500px){
	.two .map.aos-animate {
    transform: translate(-50%, -150px);
  }
  .two .main {
    padding-top: 120px;
  }
  .two .main .list .item {
    width: 100%;
  }
  .two .main .list .item .value {
    justify-content: start;
  }
  .two .main .list .item .key{
    width: 100%;
    text-align: left;
  }
  .two {
    height: 570px;
  }
}
@media screen and (max-width: 460px){
  .five .main .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .five .main .list .item {
    width: 100%;
  }
  .there .main .item .text .top .icon {
    width: 50px;
  }
  .there .main .item:nth-child(1) .text .top .icon span {
    font-size: 24px;
  }
  .there .main .item:nth-child(2) .text .top .icon span {
    font-size: 28px;
  }
  .there .main .item:nth-child(3) .text .top .icon span {
    font-size: 26px;
  }
  .there .main .item:nth-child(4) .text .top .icon span {
    font-size: 22px;
  }
}
@media screen and (max-width: 414px){
	.there .main .item .text .top p {
    font-size: 14px;
  }
  .there .main .item .text .top {
    margin-top: 80px;
  }
  .two .map.aos-animate {
    transform: translate(-50%, -120px);
  }
  html[lang="en"] .two .title h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 