.home_content {
  width: 100%;
  height: auto;
  position: relative;
}

/* 
  for_section_banner 
*/
.for_section_banner {
  width: 100%;
  height: 720px;
  background: linear-gradient(90deg, #3068E3 0%, #2D4BB6 27%, #2A2A89 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.for_section_banner .for_section_banner_animation .tx1 {
  margin-left: 180px;
  margin-top: 105px;
  z-index: 2;
  position: relative;
}

.for_section_banner .for_section_banner_animation .tx1 .drop {
  position: absolute;
  border-radius: 50%;
  opacity: 1;
}

.for_section_banner .for_section_banner_animation .tx1 .drop1 {
  left: 392px;
  top: 249px;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(1px);
  animation: drop9 2s linear 1.5s infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop2 {
  left: 378px;
  top: 232px;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(1px);
  animation: drop9 2s linear infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop3 {
  left: 398px;
  top: 210px;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(1px);
  animation: drop9 2s linear 1s infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop4 {
  left: 364px;
  top: 216px;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(1px);
  animation: drop9 2s linear 2s infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop5 {
  left: 355px;
  top: 186px;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(1px);
  animation: drop9 2s linear 1s infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop6 {
  left: 334px;
  top: 166px;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(1px);
  animation: drop9 2s linear 1.5s infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop7 {
  left: 458px;
  top: 252px;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(1px);
  animation: drop9 2s linear 1s infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop8 {
  left: 480px;
  top: 236px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(1px);
  animation: drop9 2s linear infinite;
}

.for_section_banner .for_section_banner_animation .tx1 .drop9 {
  left: 496px;
  top: 210px;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(1px);
  animation: drop9 2s linear 1.5s infinite;
}

@keyframes drop9 {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  90% {
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
  }
}

.for_section_banner .for_section_banner_animation {
  position: absolute;
  top: 0;
  right: 128px;
  width: 1204px;
  height: 100%;
  z-index: 2;
}

.for_section_banner .for_section_banner_animation::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 140px;
  width: 100%;
  height: 726px;
  background: url(../images/banner_line.gif) no-repeat center;
  background-size: cover;
  opacity: 0.10;
  z-index: -1;
}

.for_section_banner .for_section_banner_animation .banner_pic_box1 {
  position: absolute;
  left: 828px;
  transform: rotateY(20deg);
  top: 90px;
}

.for_section_banner .for_section_banner_animation .banner_pic_box2 {
  position: absolute;
  left: 341px;
  top: 201px;
}

.for_section_banner .for_section_banner_animation .banner_pic_box3 {
  position: absolute;
  left: 916px;
  top: 428px;
}

.for_section_banner .for_section_banner_animation>div img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 
  trusted_section_banner 
*/
.trusted_section_banner {
  width: 100%;
  height: 720px;
  background: linear-gradient(89deg, #1F78F0 0%, #5B6AE2 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.trusted_section_banner_animateion {
  position: absolute;
  left: 579px;
  top: 43px;
  width: 1341px;
  height: 677px;
  background: url(../images/trusted_banner_1.png) no-repeat center;
  background-size: cover;
}

.trusted_section_banner_animateion .trusted_banner_icon_s {
  position: absolute;
  left: 533px;
  top: 305px;
  width: 100px;
  height: 150px;
  background: url(../images/s.svg) no-repeat center;
  background-size: cover;
}

.trusted_section_banner_animateion .trusted_banner_icon_b {
  position: absolute;
  left: 660px;
  top: 128px;
  width: 132px;
  height: 200px;
  background: url(../images/b.svg) no-repeat center;
  background-size: cover;
}


.trusted_section_banner_animateion::after {
  content: "";
  position: absolute;
  left: 635px;
  top: 328px;
  width: 96px;
  height: 83px;
  background: url(../images/trusted_exchange_banner.gif) no-repeat center;
  background-size: cover;
}

.trusted_section_banner_animateion>div img {
  display: block;
  max-width: 100%;
  height: auto;
}

.trusted_section_banner_animateion .trusted_banner_icon1 {
  position: absolute;
  left: 374px;
  top: 134px;
}

.trusted_section_banner_animateion .trusted_banner_icon_x::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 81px;
  background: url(../images/trusted_banner_1.svg) no-repeat center;
  background-size: cover;
}

.trusted_section_banner_animateion .trusted_banner_icon1::after {
  left: -14px;
  transform: rotate(-4deg);
  top: 53px;
}

.trusted_section_banner_animateion .trusted_banner_icon2 {
  position: absolute;
  left: 947px;
  top: 107px;
}

.trusted_section_banner_animateion .trusted_banner_icon2::after {
  left: -6px;
  transform: rotate(-4deg);
  top: 67px;
}

.trusted_section_banner_animateion .trusted_banner_icon3 {
  position: absolute;
  left: 984px;
  top: 444px;

}


.trusted_section_banner_animateion .trusted_banner_icon3::after {
  left: -18px;
  transform: rotate(-4deg);
  top: 62px;
}

.trusted_section_banner_animateion .trusted_banner_icon_x>img {
  animation: trusted_banner_icon3 2s linear 1.5s infinite;
}

@keyframes trusted_banner_icon3 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }
}

.trusted_section_banner_animateion .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.trusted_section_banner_animateion .line .line_1 {
  position: absolute;
  width: 89px;
  height: 47px;
  background: url("../images/trusted_banner_icon4.png") no-repeat center;
  background-size: cover;
}

.trusted_section_banner_animateion .line .line1 {
  left: 541px;
  top: 665px;
  transform: translate(-436px, -227px);
  opacity: 0;
  animation: trusted_banner_animateion_line1 3s linear 1s infinite;
}

@keyframes trusted_banner_animateion_line1 {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    transform: translate(-436px, -227px);
    opacity: 1;
  }

  100% {
    transform: translate(-436px, -227px);
    opacity: 0;
  }
}

.trusted_section_banner_animateion .line .line2 {
  left: 750px;
  top: 668px;
  transform: translate(-656px, -342px);
  opacity: 0;
  animation: trusted_banner_animateion_line2 2s linear infinite;
}

@keyframes trusted_banner_animateion_line2 {
  0% {
    transform: translate(-656px, -342px);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    transform: translate(0px, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
}

.trusted_section_banner_animateion .line .line3 {
  left: 704px;
  top: 0px;
  transform: translate(0px, 0px) rotate(116deg);
  opacity: 0;
  animation: trusted_banner_animateion_line3 3s linear infinite;
}

@keyframes trusted_banner_animateion_line3 {
  0% {
    transform: translate(0px, 0px) rotate(116deg);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    transform: translate(-709px, 514px) rotate(116deg);

    opacity: 1;
  }

  100% {
    transform: translate(-709px, 514px) rotate(116deg);
    opacity: 0;
  }
}


.trusted_section_banner_animateion .line .line4 {
  left: 1294px;
  top: 330px;
  transform: translate(-460px, 336px) rotate(118deg);

  opacity: 0;
  animation: trusted_banner_animateion_line4 2s linear infinite;
}

@keyframes trusted_banner_animateion_line4 {
  0% {
    transform: translate(0px, 0px) rotate(118deg);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    transform: translate(-461px, 336px) rotate(118deg);

    opacity: 1;
  }

  100% {
    transform: translate(-461px, 336px) rotate(118deg);
    opacity: 0;
  }
}

.trusted_section_banner_animateion .line .line5 {
  left: 1255px;
  top: 126px;
  transform: translate(-760px, 548px) rotate(118deg);

  opacity: 0;
  animation: trusted_banner_animateion_line5 3s linear infinite;
}

@keyframes trusted_banner_animateion_line5 {
  0% {
    transform: translate(-760px, 548px) rotate(118deg);
    opacity: 1;
  }

  45% {
    transform: translate(-621px, 450px) rotate(118deg);
    opacity: 1;
  }

  50% {

    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  70% {
    transform: translate(-346px, 248px) rotate(118deg);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translate(0px, 0px) rotate(118deg);
    opacity: 0;
  }
}

.trusted_section_banner_animateion .line .line6 {
  left: 1290px;
  top: 472px;
  transform: translate(0, 0px);
  opacity: 0;
  animation: trusted_banner_animateion_line6 3s linear infinite;
}

@keyframes trusted_banner_animateion_line6 {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }

  45% {
    transform: translate(-484px, -252px);
    opacity: 1;
  }

  50% {

    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  70% {
    transform: translate(-706px, -369px);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translate(-860px, -450px);
    opacity: 0;
  }
}

/* 
  global_payments_banner 
*/
.global_payments_banner {
  width: 100%;
  height: 720px;
  background: linear-gradient(251deg, #2250CC 0%, #345EE8 37%, #1EE7C0 100%);
  position: relative;
}

.global_payments_banner_animation {
  width: 1198px;
  height: 642px;
  position: relative;
  left: 622px;
  top: 76px;
}

.global_payments_banner_animation::before {
  content: "";
  width: 1198px;
  height: 642px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/global_payments_banner_line_1.png) no-repeat center;
  background-size: cover;
  opacity: 0.4;
}

.global_payments_banner_animation .global_payments_banner_img {
  position: relative;
  left: 309px;
  top: 116px;
  width: 726px;
  height: 442px;
  background: url(../images/global_payments_banner1.svg) no-repeat center;
  background-size: cover;
}

/* .global_payments_banner_animation .global_payments_banner_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 709px;
  height: 435px;
  background: url(../images/global_payments_banner1_1.png) no-repeat center;
  background-size: cover;
} */

.global_payments_banner_animation .global_payments_banner_img>img {
  display: block;
  max-width: 100%;
  height: auto;
}


.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line1 {
  position: absolute;
  left: 423px;
  top: 69px;
  width: 20px;
  height: 0px;

  background: url(../images/global_payments_banner_line1.png) no-repeat left bottom;
  animation: global_payments_banner_line_1 1s cubic-bezier(0.17, 0.58, 0.76, 1.04) 1s forwards;
}

/* @keyframes global_payments_banner_line_bj1 {
  0%,100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
} */

@keyframes global_payments_banner_line_1 {
  0% {
    height: 0;
    top: 116px;
  }

  100% {
    top: 70px;
    height: 56px;
  }
}

.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line2 {
  position: absolute;
  left: 431px;
  top: 125px;
  width: 47px;
  height: 0px;

  background: url(../images/global_payments_banner_line2.png) no-repeat top left;
  animation: global_payments_banner_line_2 1s cubic-bezier(0.17, 0.58, 0.76, 1.04) 1s forwards;
}

@keyframes global_payments_banner_line_2 {
  0% {
    height: 0;
  }

  100% {
    height: 52px;
  }
}

.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line3 {
  position: absolute;
  left: 242px;
  top: 92px;
  width: 0;
  height: 104px;

  background: url(../images/global_payments_banner_line3.png) no-repeat right top;
  animation: global_payments_banner_line_3 1s cubic-bezier(0.17, 0.58, 0.76, 1.04) 1s forwards;
}


@keyframes global_payments_banner_line_3 {
  0% {
    width: 0;
    left: 424px;
  }

  100% {
    width: 191px;
  }
}

.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line4 {
  position: absolute;
  left: 278px;
  top: 110px;
  width: 0px;
  height: 139px;

  background: url(../images/global_payments_banner_line4.png) no-repeat right top;
  animation: global_payments_banner_line_4 1s cubic-bezier(0.17, 0.58, 0.76, 1.04) 1s forwards;
}

@keyframes global_payments_banner_line_4 {
  0% {
    width: 0;
    left: 425px;
  }

  100% {
    width: 153px;
  }
}

.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line5 {
  position: absolute;
  left: 340px;
  top: 115px;

  width: 0px;
  height: 34px;

  background: url(../images/global_payments_banner_line5.png) no-repeat right top;
  animation: global_payments_banner_line_5 1s cubic-bezier(0.17, 0.58, 0.76, 1.04) 1s forwards;
}

@keyframes global_payments_banner_line_5 {
  0% {
    width: 0;
    left: 423px;
  }

  100% {
    width: 88px;
  }
}

.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line6 {
  position: absolute;
  left: 349px;
  top: 122px;

  width: 0px;
  height: 98px;

  background: url(../images/global_payments_banner_line6.png) no-repeat right top;
  animation: global_payments_banner_line_6 1s cubic-bezier(0.17, 0.58, 0.76, 1.04) 1s forwards;
}


@keyframes global_payments_banner_line_6 {
  0% {
    width: 0;
    left: 422px;
  }

  100% {
    width: 79px;
  }
}


.global_payments_banner_animation .global_payments_banner_icon {
  position: absolute;
}

.global_payments_banner_animation .global_payments_banner_icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.global_payments_banner_animation .global_payments_banner_icon1 {
  left: 290px;
  top: 238px;

  opacity: 0;
  transform: translate(-104px, 68px);
  animation: global_payments_banner_icon_1 1s linear forwards;
  /* , global_payments_banner_icon_1_1 2s linear 1s infinite */
}

.global_payments_banner_animation .global_payments_banner_icon1::before {
  content: "";
  position: absolute;
  left: -54px;
  top: -40px;
  width: 174px;
  height: 149px;
  background: url(../images/global_payments_banner_1_1.png) no-repeat center;
  background-size: cover;
}

@keyframes global_payments_banner_icon_1 {
  0% {
    transform: translate(-104px, 68px);
    opacity: 0;
  }

  25% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes global_payments_banner_icon_1_1 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.global_payments_banner_animation .global_payments_banner_icon2 {
  left: 574px;
  top: 80px;
}

.global_payments_banner_animation .global_payments_banner_icon2::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 9px;
  width: 75px;
  height: 67px;
  background: url(../images/global_payments_banner_2_1.png) no-repeat center;
  background-size: cover;
}

@keyframes global_payments_banner_icon_2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  80% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.global_payments_banner_animation .global_payments_banner_icon3 {
  left: 914px;
  top: 380px;

  opacity: 0;
  transform: translate(-104px, 68px);
  animation: global_payments_banner_icon_3 1s linear forwards;
  /* , global_payments_banner_icon_3_1 2s linear 1s infinite */
}

.global_payments_banner_animation .global_payments_banner_icon3::before {
  content: "";
  position: absolute;
  left: -68px;
  top: -40px;
  width: 214px;
  height: 144px;
  background: url(../images/global_payments_banner_3_1.png) no-repeat center;
  background-size: cover;
}

@keyframes global_payments_banner_icon_3 {
  0% {
    transform: translate(-104px, 68px);
    opacity: 0;
  }

  25% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes global_payments_banner_icon_3_1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

.global_payments_banner_animation .global_payments_banner_icon4 {
  left: 653px;
  top: 507px;

  opacity: 0;
  transform: translate(-104px, 68px);
  animation: global_payments_banner_icon_4 1s linear forwards;
  /* , global_payments_banner_icon_4_1 2s linear 1s infinite */
}

.global_payments_banner_animation .global_payments_banner_icon4::before {
  content: "";
  position: absolute;
  left: -23px;
  top: -8px;
  width: 172px;
  height: 125px;
  background: url(../images/global_payments_banner_4_1.png) no-repeat center;
  background-size: cover;
}

@keyframes global_payments_banner_icon_4 {
  0% {
    transform: translate(-104px, 68px);
    opacity: 0;
  }

  25% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}


@keyframes global_payments_banner_icon_4_1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

.global_payments_banner_animation .global_payments_banner_icon5 {
  left: 469px;
  top: 115px;
  z-index: 2;
}


.global_payments_banner_animation .global_payments_banner_icon6 {
  left: 785px;
  top: 208px;
  z-index: 2;
}


.global_payments_banner_animation .global_payments_banner_icon7 {
  left: 602px;
  top: 313px;
  z-index: 2;
}


/* 
  platform_collection_banner 
*/
.platform_collection_banner {
  width: 100%;
  height: 720px;
  background: linear-gradient(269deg, #11C9C0 0%, #1364DF 100%);
  position: relative;
}

.platform_collection_banner .platform_collection_banner_animation {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1330px;
  height: 627px;
  background: url(../images/platform_collection_banner_bj1.png) no-repeat center;
  background-size: cover;
}

.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores {
  width: 670px;
  height: 542px;
  position: absolute;
  left: 365px;
  top: 30px;
  background: url(../images/platform_collection_banner_bj3.svg) no-repeat center;
  background-size: cover;
}

.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores::after {
  content: "";
  position: absolute;
  left: 412px;
  top: 211px;
  width: 277px;
  height: 203px;
  background: url(../images/platform_collection_banner_bj2.svg) no-repeat center;
  background-size: cover;
}

.platform_collection_banner .platform_collection_banner_animation>div img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* .platform_collection_banner .platform_collection_banner_animation::after {
  content: "";
  width: 120px;
  height: 115px;
  position: absolute;
  left: 427px;
  top: 149px;
  background: url(../images/platform_collection_banner1.gif) no-repeat center;
  background-size: cover;
} */



.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box1 {
  position: absolute;
  left: 498px;
  top: 358px;
  width: 46px;
  height: 55px;
  animation: platform_banner_pic_box_1 2s linear infinite;
}

@keyframes platform_banner_pic_box_1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}


.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box2 {
  position: absolute;
  left: 882px;
  top: 260px;
  width: 98px;
  height: 74px;
  opacity: 0;
  animation: platform_banner_pic_box3 1s linear forwards;
}


.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box3 {
  position: absolute;
  left: 868px;
  top: 298px;
  width: 89px;
  height: 67px;
  opacity: 0;
  animation: platform_banner_pic_box3 1s linear 0.5s forwards;
}

@keyframes platform_banner_pic_box3 {
  0% {
    transform: translate(-78px, -48px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 {
  position: absolute;
  left: 419px;
  top: 170px;
  transform: rotateY(30deg) rotateZ(25deg);
}

.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp {
  background: #fff;
  width: 136px;
  line-height: 25px;
  padding: 3px 6px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #C4C4C4;
  display: flex;
  align-items: center;
}

.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt1,
.platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt2 {
  font-size: 13px;
  line-height: 25px;
}

.platform_collection_banner_animation .dian {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.platform_collection_banner_animation .dian .dian_1 {
  position: absolute;
  width: 26px;
  height: 26px;
  background: url("../images/platform_collection_banner_radius.png") no-repeat center;
  background-size: cover;
}

.platform_collection_banner_animation .dian .dian1 {
  left: 72px;
  top: 590px;
  opacity: 0;
}

.platform_collection_banner_animation .dian .dian1 {
  animation: platform_banner_animation_dian_1 8s linear infinite;
}

@keyframes platform_banner_animation_dian_1 {
  0% {
    left: 72px;
    top: 590px;
    opacity: 1;
  }

  25% {
    left: 287px;
    top: 455px;
    opacity: 1;
  }

  50% {
    left: 504px;
    top: 587px;
    opacity: 1;
  }

  75% {
    left: 618px;
    top: 519px;
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    left: 759px;
    top: 600px;
    opacity: 0;
  }
}


.platform_collection_banner_animation .dian .dian2 {
  left: 200px;
  top: 314px;
  opacity: 0;
}

.platform_collection_banner_animation .dian .dian2 {
  animation: platform_banner_animation_dian_2 3s linear 1s infinite;
}

@keyframes platform_banner_animation_dian_2 {
  0% {
    left: 200px;
    top: 314px;
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    left: 364px;
    top: 415px;
    opacity: 0;
  }
}

.platform_collection_banner_animation .dian .dian3 {
  left: 1210px;
  top: 578px;
  opacity: 0;
}

.platform_collection_banner_animation .dian .dian3 {
  animation: platform_banner_animation_dian_3 5s linear 3s infinite;

}

@keyframes platform_banner_animation_dian_3 {
  0% {
    left: 1210px;
    top: 578px;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  50% {
    left: 1074px;
    top: 500px;
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    left: 916px;
    top: 597px;
    opacity: 0;
  }
}

.platform_collection_banner_animation .dian .dian4 {
  left: 1200px;
  top: 297px;
  opacity: 0;
}

.platform_collection_banner_animation .dian .dian4 {
  animation: platform_banner_animation_dian_4 4s linear 4s infinite;
}

@keyframes platform_banner_animation_dian_4 {
  0% {
    left: 1200px;
    top: 297px;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  50% {
    left: 1068px;
    top: 371px;
    opacity: 1;
  }

  98% {
    opacity: 1;
  }

  100% {
    left: 980px;
    top: 318px;
    opacity: 0;
  }
}

.platform_collection_banner_animation .dian .dian5 {
  left: 924px;
  top: 253px;
  opacity: 0;
}

.platform_collection_banner_animation .dian .dian5 {
  animation: platform_banner_animation_dian_5 6s linear 2s infinite;
}

@keyframes platform_banner_animation_dian_5 {
  0% {
    left: 719px;
    top: 170px;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  35% {
    left: 808px;
    top: 114px;
    opacity: 1;
  }

  75% {
    left: 977px;
    top: 217px;
    opacity: 1;
  }

  98% {
    opacity: 1;
  }

  100% {
    left: 924px;
    top: 253px;
    opacity: 0;
  }
}


/* global_banner_text 文案 */
.global_banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 280px;
  box-sizing: border-box;
}

.global_banner_text .text_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.global_banner_text .text_box h2 {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;

  animation: banner_ani01 0.8s ease-out;
  -webkit-animation: banner_ani01 0.8s ease-out;
}

.global_banner_text .text_box p {
  max-width: 630px;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: justify;

  animation: banner_ani02 0.8s ease-out;
  -webkit-animation: banner_ani02 0.8s ease-out;
}

.global_banner_text .global_banner_link {
  float: left;
  display: block;
  width: auto;
  min-width: 180px;
  height: 50px;
  background: #FFFFFF;
  font-size: 16px;
  color: #1F78F0;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-top: 50px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;

  animation: banner_ani03 1s ease-out;
  -webkit-animation: banner_ani03 1s ease-out;
}

.global_banner_text .global_banner_link span {
  position: relative;
  z-index: 2;
}

.global_banner_text .global_banner_link:hover {
  color: #fff;
}

.global_banner_text .global_banner_link:after {
  content: '';
  display: block;
  width: 0%;
  height: 102%;
  background-color: #30d0da;
  border-radius: 50px;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.global_banner_text .global_banner_link:hover:after {
  width: 102%;
}

@keyframes banner_ani01 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes banner_ani02 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes banner_ani03 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.home_content .con_title {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.home_content .con_title h2 {
  font-size: 46px;
  color: #333333;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
}

.foreign_trade_page {
  width: 100%;
  height: auto;
  padding-top: 200px;
}

.foreign_trade_section1 {
  padding-bottom: 120px;
}

.foreign_trade_list {
  width: 100%;
  height: auto;
}

.foreign_trade_list ul li {
  float: left;
  width: 100%;
  height: auto;
  padding: 60px 0 0;
  box-sizing: border-box;
  position: relative;
}

.foreign_trade_list ul li .li_con {
  width: 100%;
  height: auto;
  padding: 20px 0;
  box-sizing: border-box;
  padding-left: 50%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.foreign_trade_section1 .foreign_trade_list ul li .li_con {
  padding-left: 47%;
}

.foreign_trade_list ul li .text_box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.foreign_trade_section1 .foreign_trade_li1 ul li .text_box {
  width: 41%;
}

.foreign_trade_list ul li .text_box .title {
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  font-weight: 600;
}

.foreign_trade_list ul li .text_box .article {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: justify;
  margin-top: 60px;
}

.foreign_trade_list ul li .text_box .article p {
  margin-bottom: 30px;
  position: relative;
}

.foreign_trade_list ul li .text_box .article p i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/foreign_section1_icon_dian.png) no-repeat center center;
}

.foreign_trade_page .foreign_trade_list ul li:nth-of-type(odd) .text_box .article p {
  padding-left: 30px;
}


.foreign_trade_li1 .pic_box {
  position: relative;
}

.foreign_trade_list ul li .pic_box {
  float: left;
  width: 100%;
  height: auto;
  padding-left: 60px;
  box-sizing: border-box;
}

.for_trade_section1_animation_pic {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.foreign_trade_list ul li .pic_box img {
  display: block;
  max-width: 100%;
  height: auto;
}


.for_trade_section1_animation_pic img {
  position: absolute;
}

.for_trade_section1_animation_pic img.tx1 {
  left: 0;
  top: 0px;
  z-index: 2;
}

.for_trade_section1_animation_pic img.tx2 {
  top: 15px;
  left: 220px;
}

.for_trade_section1_animation {
  width: 676px;
  height: 615px;
}

.for_trade_section1_animation .tx3 {
  width: 153px;
  height: auto;
  padding: 15px 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 3px 40px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 476px;
  top: 286px;
  z-index: 10;
}

.for_trade_section1_animation .tx3 ul li {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  margin: 4px 0;
}


.for_trade_section1_animation .tx3 ul li .icon1 {
  width: 22px;
  height: 11px;
  background: url(../images/for_pic_img1.png) no-repeat center;
  background-size: cover;
}

.for_trade_section1_animation .tx3 ul li .icon2 {
  width: 20px;
  height: 20px;
  background: url(../images/for_pic_img2.png) no-repeat center;
  background-size: cover;
}

.for_trade_section1_animation .tx3 ul li .icon3 {
  width: 19px;
  height: 16px;
  background: url(../images/for_pic_img3.png) no-repeat center;
  background-size: cover;
}

.for_trade_section1_animation .tx3 ul li p {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  letter-spacing: 0.4px;
  padding-left: 38px;
}

.for_trade_section1_animation .tx3 ul li.active {
  background: rgba(242, 244, 248, 0.61);
}

.for_trade_section1_animation .tx3 ul li.active .icon1 {
  background: url(../images/for_pic_img1_active.png) no-repeat center;
  background-size: cover;
}

.for_trade_section1_animation .tx3 ul li.active .icon2 {
  background: url(../images/for_pic_img2_active.png) no-repeat center;
  background-size: cover;
}

.for_trade_section1_animation .tx3 ul li.active .icon3 {
  background: url(../images/for_pic_img3_active.png) no-repeat center;
  background-size: cover;
}

.for_trade_section1_animation .tx3 ul li.active p {
  color: #1F78F0;
}


.for_trade_section1_animation img.tx4 {
  position: absolute;
  left: 306px;
  top: 446px;
}

.foreign_trade_list ul li:nth-of-type(even) .text_box {
  padding-right: 0;
  padding-left: 90px;
  left: inherit;
  right: 0;
}

.foreign_trade_list ul li:nth-of-type(even) .pic_box {
  padding-left: 0;
  padding-right: 60px;
  padding-top: 20px;
}

.foreign_trade_section1 .foreign_trade_list ul li:nth-of-type(even) .li_con {
  padding-left: 0;
  padding-right: 47%;
}

.foreign_trade_list ul li:nth-of-type(even) .li_con {
  padding-left: 0;
  padding-right: 50%;
}

.foreign_trade_section1 .foreign_trade_list ul li:nth-of-type(even) .text_box .article p {
  margin-bottom: 20px;
}

.foreign_trade_list ul li:nth-of-type(even) .text_box .article p {
  padding-left: 30px;
}

.foreign_trade_section1 .foreign_trade_li2 ul li .text_box {
  width: 47%;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box {
  position: relative;
  width: 600px;
  height: 448px;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box {
  width: 693px;
  height: 692px;
  position: absolute;
  left: -95px;
  top: -75px;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 137px;
  height: 137px;
  background: #FFFFFF;
  border: 2px dashed rgba(112, 112, 112, 0.12);
  border-radius: 50%;
  z-index: 5;
}



.foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  width: 329px;
  height: 329px;
  border: 2px dashed rgba(112, 112, 112, 0.12);
  background: rgba(31, 120, 240, 0.02);
  border-radius: 50%;
  z-index: 4;
  animation: animate_circle_box_a 1s linear 1s infinite;
  transition: all 3s;
}

@keyframes animate_circle_box_a {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 510px;
  height: 510px;
  background: rgba(31, 120, 240, 0.04);
  border-radius: 50%;
  z-index: 3;
  animation: animate_circle_box_a 1s linear 1s infinite;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx4 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 693px;
  height: 692px;
  transform: translate(-50%, -50%);
  background: rgba(31, 120, 240, 0.02);
  border-radius: 50%;
  z-index: 2;
  animation: animate_circle_box_a 1s linear 1.2s infinite;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box {
  position: absolute;
  display: flex;
  align-items: center;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box1 {
  width: auto;
  left: 0px;
  top: 86px;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box2 {
  width: auto;
  left: 300px;
  top: 64px;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box3 {
  width: auto;
  left: 30px;
  top: 305px;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box4 {
  width: auto;
  left: 314px;
  top: 290px;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box p {
  margin-right: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #363535;
  line-height: 24px;
}

.foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box:nth-of-type(even) p {
  margin-right: 0;
  margin-left: 20px;
}


.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic {
  position: relative;
}

.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx1 {
  z-index: 2;
}

.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx2 {
  position: absolute;
  top: 156px;
  left: 300px;
  z-index: -1;
}

.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3 {
  position: absolute;
  left: 450px;
  top: 200px;
  width: 213px;
  height: 176px;
  background: linear-gradient(220deg, #FFDF76 0%, #FDCC29 100%);
  box-shadow: 0px 10px 40px 1px rgba(253, 198, 41, 0.29);
  border-radius: 16px;
}

.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div {
  position: relative;
  /* width: 150px;
  height: 150px; */
}

.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
}

.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 21px;
  height: 33px;
}

.foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div .prev {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  font-size: 16px;
  font-weight: 400;
  color: #363535;
  line-height: 22px;
  letter-spacing: 0.04px;
  white-space: nowrap;
}


.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic {
  position: relative;
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 {
  width: 858px;
  height: 397px;
  background: url("../images/for_pic12.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -200px;
  top: 8px;
  z-index: -1;
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 {
  position: relative;
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1>div span {
  display: block;
  border-radius: 50%;
  position: absolute;
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj1 {
  left: 130px;
  top: 103px;
  width: 16px;
  height: 16px;
  background: rgba(17, 201, 192, 0.1);
  z-index: -1;
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj2 {
  left: 135px;
  top: 107px;
  width: 7px;
  height: 7px;
  background: rgba(17, 201, 192, 0.4);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj1 {
  left: 188px;
  top: 124px;
  width: 23px;
  height: 23px;
  background: rgba(144, 95, 232, 0.16);
  animation: fg_border_bj1 1.5s linear 1s infinite;
  transition: all 1.5s;
}

@keyframes fg_border_bj1 {
  0% {
    transform: scale(0.7);
    background: rgba(144, 95, 232, 0.16);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
    background: rgba(144, 95, 232, 0.2);
  }
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj2 {
  left: 194px;
  top: 131px;
  width: 11px;
  height: 11px;
  background: rgba(144, 95, 232, 0.6);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj1 {
  left: 254px;
  top: 237px;
  width: 20px;
  height: 20px;
  background: rgba(17, 201, 192, 0.1);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj2 {
  left: 260px;
  top: 243px;
  width: 8px;
  height: 8px;
  background: rgba(17, 201, 192, 0.4);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj1 {
  left: 285px;
  top: 290px;
  width: 16px;
  height: 16px;
  background: rgba(17, 201, 192, 0.1);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj2 {
  left: 290px;
  top: 295px;
  width: 6px;
  height: 6px;
  background: rgba(17, 201, 192, 0.4);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj1 {
  left: 385px;
  top: 76px;
  width: 24px;
  height: 24px;
  background: rgba(31, 120, 240, 0.16);
  animation: fg_border_bj3 1s linear 0.5s infinite;
}

@keyframes fg_border_bj3 {
  0% {
    transform: scale(0.6);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj2 {
  left: 392px;
  top: 83px;
  width: 11px;
  height: 11px;
  background: rgba(31, 120, 240, 0.6);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj1 {
  left: 422px;
  top: 102px;
  width: 18px;
  height: 18px;
  background: rgba(85, 213, 207, 0.16);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj2 {
  left: 427px;
  top: 107px;
  width: 8px;
  height: 8px;
  background: rgba(85, 213, 207, 0.6);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj1 {
  left: 408px;
  top: 170px;
  width: 26px;
  height: 26px;
  background: rgba(17, 201, 192, 0.16);
  animation: fg_border_bj2 1.5s linear 1s infinite;
}

@keyframes fg_border_bj2 {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj2 {
  left: 415px;
  top: 177px;
  width: 11px;
  height: 11px;
  background: rgba(17, 201, 192, 0.6);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj1 {
  left: 450px;
  top: 56px;
  width: 15px;
  height: 15px;
  background: rgba(17, 201, 192, 0.1);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj2 {
  left: 455px;
  top: 61px;
  width: 5px;
  height: 5px;
  background: rgba(17, 201, 192, 0.4);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj1 {
  left: 467px;
  top: 101px;
  width: 21px;
  height: 21px;
  background: rgba(17, 201, 192, 0.1);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj2 {
  left: 473px;
  top: 107px;
  width: 9px;
  height: 9px;
  background: rgba(17, 201, 192, 0.4);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj1 {
  left: 533px;
  top: 133px;

  width: 16px;
  height: 16px;
  background: rgba(17, 201, 192, 0.1);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj2 {
  left: 538px;
  top: 137px;
  width: 7px;
  height: 7px;
  background: rgba(17, 201, 192, 0.4);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj1 {
  left: 654px;
  top: 143px;
  width: 33px;
  height: 33px;
  background: rgba(252, 130, 71, 0.16);
  animation: fg_border_bj4 1.5s linear 1.5s infinite;
}

@keyframes fg_border_bj4 {
  0% {
    transform: scale(0.6);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj2 {
  left: 663px;
  top: 153px;
  width: 14px;
  height: 14px;
  background: rgba(252, 130, 71, 0.6);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj1 {
  left: 733px;
  top: 149px;
  width: 21px;
  height: 21px;
  background: rgba(230, 106, 117, 0.16);
  animation: fg_border_bj4 1.5s linear 2s infinite;
}

@keyframes fg_border_bj4 {
  0% {
    transform: scale(0.6);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj2 {
  left: 739px;
  top: 155px;
  width: 8px;
  height: 8px;
  background: rgba(230, 106, 117, 0.6);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj1 {
  left: 703px;
  top: 284px;
  width: 21px;
  height: 21px;
  background: rgba(17, 201, 192, 0.1);
  animation: fg_border_bj5 1s linear 1.5s infinite;
}

@keyframes fg_border_bj5 {
  0% {
    transform: scale(0.6);
    background: rgba(17, 201, 192, 0.1);
  }

  50% {
    transform: scale(0.8);
    background: rgba(17, 201, 192, 0.16);
  }

  100% {
    transform: scale(1);
    background: rgba(17, 201, 192, 0.2);
  }
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj2 {
  left: 709px;
  top: 290px;
  width: 8px;
  height: 8px;
  background: rgba(17, 201, 192, 0.4);
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx2 {
  z-index: 2;
  margin-left: 260px;
  margin-top: 35px;
  opacity: 0;
  animation: for_animate_fg_pic_tx2 1s linear forwards;
}

@keyframes for_animate_fg_pic_tx2 {
  0% {
    transform: translateY(120px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx3 {
  z-index: 2;
  margin-left: 50px;
  margin-top: -50px;
}


.foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic {
  position: relative;
}

.foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx1 {
  position: absolute;
  left: -46px;
  top: 148px;
}

.foreign_trade_section1 .foreign_trade_li5 .for_rotate_box {
  position: relative;
  width: 721px;
  height: 535px;
  z-index: -1;

}

.foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .tx2 {
  margin-left: 155px;
}

.foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .face_box {
  width: 531px;
  height: 464px;
  position: absolute;
  top: 14px;
  left: 112px;
  background: url(../images/dun.gif) no-repeat center;
  background-size: cover;
  /* transform-style: preserve-3d; */
  /* transform: translate(-50%, -50%) rotateX(75deg) rotateY(55deg); */
}

.foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .face {
  width: 500px;
  height: 500px;
  border: 6px solid #E0E4FF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: security_rotate_box 20s linear infinite;
}

@keyframes security_rotate_box {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-360deg);
  }
}

.foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .circle {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/for_pic15_circle.png) no-repeat center;
  background-size: 100% 100%;
  animation: security_face 3.5s linear infinite;
}

@keyframes security_face {
  to {
    transform: rotate(360deg);
  }
}


.foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx3 {
  position: absolute;
  left: 290px;
  top: 152px;
  z-index: -1;
}

.foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx1 {
  margin-left: -48px;
  position: static;
}

.foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic img {
  position: absolute;
}

.foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx2 {
  left: 367px;
  top: 140px;
  animation: fw_translate_scale1 1s cubic-bezier(0.58, 0.16, 0.4, 0.92) 1s forwards;
  width: 0;
  height: 0;
  opacity: 0;
}

@keyframes fw_translate_scale1 {
  0% {
    width: 0;
    height: 0;
    top: 403px;
    opacity: 0;
  }

  100% {
    width: 381px;
    height: 263px;
    top: 140px;
    opacity: 1;
  }
}


.foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx3 {
  left: 260px;
  top: 250px;
  animation: fw_translate_scale 1s cubic-bezier(0.58, 0.16, 0.4, 0.92) forwards;
  transform: scale(0);
  opacity: 0;
}

.foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx4 {
  left: 330px;
  top: 310px;
  animation: fw_translate_scale 1s cubic-bezier(0.58, 0.16, 0.4, 0.92) 0.5s forwards;
  transform: scale(0);
  opacity: 0;
}

@keyframes fw_translate_scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx5 {
  left: 232px;
  top: 110px;
  z-index: -1;
}

.foreign_trade_list ul li.foreign_trade_li6 .text_box {
  padding-left: 96px;
}


.foreign_trade_section2 {
  width: 100%;
  height: 860px;
  background: url(../images/for_bj1.png) no-repeat center;
  background-size: cover;
  position: relative;
}


.foreign_trade_section2 .foreign_trade_list2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}

.foreign_trade_section2 .foreign_trade_list2 .left {
  position: absolute;
  left: 0;
  top: 122px;
  width: 259px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.09);
  border-radius: 24px;
  padding: 40px 0px 7px 40px;
  box-sizing: border-box;
}

.foreign_trade_section2 .foreign_trade_list2 .left ul li {
  margin-bottom: 44px;
}

.foreign_trade_section2 .foreign_trade_list2 .center {
  padding: 50px 50px 28px 230px;
  width: 811px;
  background: linear-gradient(315deg, #11C9C0 0%, #1F78F0 100%);
  box-shadow: 0px 10px 30px 1px rgba(22, 172, 197, 0.4);
  border-radius: 24px;
  box-sizing: border-box;
  margin-left: 70px;
}

.foreign_trade_section2 .foreign_trade_list2 .center h2 {
  width: 360px;
  padding: 15px 15px;
  text-align: center;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 41px;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto 20px;
}

.foreign_trade_section2 .foreign_trade_list2 .center ul li {
  padding: 22px 0 21px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}

.foreign_trade_section2 .foreign_trade_list2 .center ul li:not(:last-child) {
  border-bottom: 1px dashed #EEEEEE;
}

.foreign_trade_section2 .foreign_trade_list2 .right {
  width: 434px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.06);
  border-radius: 0px 24px 24px 0px;
  margin-left: -24px;
  z-index: -1;
  padding: 50px 40px 28px 64px;
  box-sizing: border-box;
}

.foreign_trade_section2 .foreign_trade_list2 .right h2 {
  width: 330px;
  font-size: 30px;
  font-weight: 500;
  color: #4D4D4D;
  background: #F6F6F6;
  border-radius: 41px;
  padding: 15px 15px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.foreign_trade_section2 .foreign_trade_list2 .right ul li {
  padding: 22px 0 21px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
}

.foreign_trade_section2 .foreign_trade_list2 .right ul li:not(:last-child) {
  border-bottom: 1px dashed #EEEEEE;
}

.foreign_trade_section3 {
  width: 100%;
  height: auto;
  padding: 531px 0 172px;
  box-sizing: border-box;
  /* background: rgba(246, 246, 246, 0.5); */
  background: #f6f6f6;
}

.foreign_trade_section3 .con_title {
  padding-bottom: 80px;
}

.foreign_trade_section3 .foreign_trade_list3 {
  position: relative;
  height: 100%;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper {
  width: 1400px;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1400px;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body {
  width: 100%;
  height: 100%;
  padding: 150px 80px 100px;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 20px;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .title {
  width: 646px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 35px;
  margin-bottom: 115px;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info {
  width: 646px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p:first-child {
  margin-bottom: 12px;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p strong {
  font-size: 20px;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .area p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}

.foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .area p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../images/for_icon1.png) no-repeat center;
  background-size: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -70px !important;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #EEEEEE !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #CCCCCC !important;
}

.foreign_trade_section4 {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 110px;
}

.foreign_trade_section4 .con_title {
  padding-bottom: 60px;
  position: relative;
}

.foreign_trade_section4 .con_title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #434343;
  line-height: 50px;
  text-align: left;
}

.foreign_trade_section4 .con_title .m_link {
  position: absolute;
  right: 0px;
  top: 24px;
  display: flex;
  align-items: center;
}

.foreign_trade_section4 .con_title .m_link i {
  width: 32px;
  height: 32px;
  background: #1F78F0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.foreign_trade_section4 .con_title .m_link i::after {
  content: "";
  position: absolute;
  left: -23px;
  top: 1px;
  width: 59px;
  height: 30px;
  background: url("../images/export_right_icon.png") no-repeat center;
  background-size: cover;
}

.foreign_trade_section4 .con_title .m_link .xx {
  position: absolute;
  left: -26px;
  top: 15px;
  width: 46px;
  height: 0;
  border: 1px solid #1F78F0;

}

.foreign_trade_section4 .con_title .m_link:hover i:after,
.foreign_trade_section4 .con_title .m_link:hover .xx {
  animation: i_xx 1s linear infinite;

}

@keyframes i_xx {

  0%,
  100% {
    transform: translateX(-6px);
  }

  50% {
    transform: translateX(0);
  }
}


.foreign_trade_section4 .con_title .m_link .m_more {
  padding-left: 10px;
  font-size: 16px;
  color: #1F78F0;
  line-height: 22px;
}


.foreign_trade_list4 {
  width: 100%;
  height: auto;
}

.foreign_trade_list4 ul li {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
}

.foreign_trade_list4 ul li:first-child {
  border-top: 1px solid #ededed;
}

.foreign_trade_list4 ul li .title_box {
  width: 100%;
  height: auto;
  min-height: 30px;
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  margin: 15px 0;
}

.foreign_trade_list4 ul li .text_box {
  width: 100%;
  height: auto;
  min-height: 30px;
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  margin: 15px 0;
}

.foreign_trade_list4 ul li .icon_box {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #c9ccd3;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.foreign_trade_list4 ul li .text_box .icon_box {
  /* background: linear-gradient(to left, #00bbac, #01b6db, #007ac3); */
  background: linear-gradient(328deg, #11C9C0 0%, #1364DF 100%);
}

.foreign_trade_list4 ul li p {
  font-size: 16px;
  color: #231815;
  line-height: 30px;
}


.foregin_trade_section5 {
  width: 100%;
  height: auto;
  background: url(../images/for_bj3.png) no-repeat center;
  background-size: cover;
  padding: 120px 0 110px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

.foregin_trade_section5 h2 {
  font-size: 50px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 70px;
  letter-spacing: 5px;
  margin-bottom: 42px;
}

.foregin_trade_section5 .account_bottom_contact_link {
  width: 200px;
  height: auto;
  background: #1F78F0;
  display: inline-block;
  border: 2px solid #fff;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 13px 50px;
  box-sizing: border-box;
  border-radius: 100px;
  letter-spacing: 2px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.foregin_trade_section5 .account_bottom_contact_link span {
  position: relative;
  z-index: 2;
}

.foregin_trade_section5 .account_bottom_contact_link:hover {
  border: 2px solid #30d0da;
}

.foregin_trade_section5 .account_bottom_contact_link::after {
  content: '';
  display: block;
  width: 0%;
  height: 102%;
  background-color: #30d0da;
  border-radius: 50px;
  position: absolute;
  top: -1%;
  left: -1%;
  transition: all 0.3s;
  z-index: 1;
}

.foregin_trade_section5 .account_bottom_contact_link:hover:after {
  width: 102%;
}


/* platform_collection_new_page */

.platform_collection_new_page {
  width: 100%;
  height: auto;
  padding-top: 100px;
  box-sizing: border-box;

}

.platform_collection_new_section1 {
  padding-bottom: 200px;
  box-sizing: border-box;
}

.platform_collection_new_list {
  width: 100%;
  height: auto;
}

.platform_collection_new_list ul li {
  float: left;
  width: 100%;
  height: auto;
  padding: 60px 0 0;
  box-sizing: border-box;
  position: relative;
}

.platform_collection_new_list ul li .li_con {
  width: 100%;
  height: auto;
  padding: 20px 0;
  box-sizing: border-box;
  padding-left: 50%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.platform_collection_new_section1 .platform_collection_new_list ul li .li_con {
  padding-left: 47%;
}

.platform_collection_new_list ul li .text_box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.platform_collection_new_section1 .platform_collection_new_li1 ul li .text_box {
  width: 41%;
}

.platform_collection_new_list ul li .text_box .title {
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  font-weight: 600;
}

.platform_collection_new_list ul li .text_box .article {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: justify;
  margin-top: 60px;
}

.platform_collection_new_list ul li .text_box .article p {
  margin-bottom: 30px;
  position: relative;
}

.platform_collection_new_list ul li .text_box .article p i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/foreign_section1_icon_dian.png) no-repeat center center;
}

.platform_collection_new_page .platform_collection_new_list ul li:nth-of-type(odd) .text_box .article p {
  padding-left: 30px;
}

.platform_collection_new_li1 .pic_box {
  position: relative;
}

.platform_collection_new_list ul li .pic_box {
  float: left;
  width: 100%;
  height: auto;
  padding-left: 60px;
  box-sizing: border-box;
}

.platform_collection_new_list ul li:nth-of-type(even) .text_box {
  padding-right: 0;
  padding-left: 90px;
  left: inherit;
  right: 0;
}

.platform_collection_new_list ul li:nth-of-type(even) .pic_box {
  padding-left: 0;
  padding-right: 60px;
  padding-top: 20px;
}

.platform_collection_new_section1 .platform_collection_new_list ul li:nth-of-type(even) .li_con {
  padding-left: 0;
  padding-right: 47%;
}

.platform_collection_new_list ul li:nth-of-type(even) .li_con {
  padding-left: 0;
  padding-right: 50%;
}

.platform_collection_new_section1 .platform_collection_new_list ul li:nth-of-type(even) .text_box .article p {
  margin-bottom: 20px;
}

.platform_collection_new_list ul li:nth-of-type(even) .text_box .article p {
  padding-left: 30px;
}

.platform_collection_new_section1 ul li .pic_box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.platform_collection_section1_animation_pic {
  position: relative;
}

.platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx2 {
  position: absolute;
  left: 300px;
  top: 185px;
  transform: translateX(200px);
  animation: platform_pic_tx2 1s ease-in-out forwards;
}

@keyframes platform_pic_tx2 {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx3 {
  position: absolute;
  width: 100%;
  height: auto;
  left: 652px;
  top: 14px;
  opacity: 0;
  -webkit-animation: platform_pic_tx3 2.5s infinite;
}

@keyframes platform_pic_tx3 {

  0%,
  100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateX(0px);
  }
}


.platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx4 {
  position: absolute;
  left: 378px;
  top: 14px;
  z-index: -1;
}

.platform_collection_section2_animation_pic>img {
  margin-left: -8%;
}

.platform_collection_section2_animation_pic {
  position: relative;
}

.platform_collection_section2_animation_pic .platform_collection_icon1 {
  position: absolute;
  left: 0;
  top: 300px;
  opacity: 0;
  animation: platform_collection_animate_icon1 1s ease-in-out forwards;
}

.platform_collection_section2_animation_pic .platform_collection_icon2 {
  width: 120px;
}

@keyframes platform_collection_animate_icon1 {
  0% {
    left: 0;
    opacity: 0;
  }

  100% {
    left: 348px;
    opacity: 1;
  }
}


.platform_collection_section2_animation_pic .platform_collection_icon2 {
  position: absolute;
  left: 47px;
  top: 500px;
  opacity: 0;
  -webkit-animation: platform_collection_animate_icon2 2s infinite;
}

@keyframes platform_collection_animate_icon2 {

  0%,
  100% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateX(0px);
  }
}

.platform_collection_new_li3 .platform_collection_section3_animation_pic {
  position: relative;
  width: 711px;
  height: 591px;
  margin: 90px 0 0px;
}

.platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon1 {
  position: absolute;
  left: 332px;
  top: -57px;
  animation: platform_collection3_ani_mates_icon2 1.5s ease-in-out forwards, platform_collection3_icon1 2s ease-in-out 1.5s infinite;
}

@keyframes platform_collection3_icon1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }
}



.platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon2 {
  position: absolute;
  left: 378px;
  top: 168px;
  opacity: 0;

  animation: platform_collection3_ani_mates_icon2 1.5s ease-in-out forwards;
}


@keyframes platform_collection3_ani_mates_icon2 {

  0% {
    transform: translateX(300px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


.platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon3 {
  position: absolute;
  left: 215px;
  top: 22px;
  z-index: -1;
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic {
  position: relative;
  width: 579px;
  height: 530px;
  z-index: 3;
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic>img {
  margin-top: 27px;
  z-index: 3;
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic>div {
  position: absolute;
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon1 {
  left: -60px;
  top: 3px;
  z-index: 1;
  animation: zoomIn 1s linear infinite;
}

@keyframes zoomIn {

  0%,
  100% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0px);
  }
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon2 {
  left: 173px;
  top: -77px;
  z-index: 3;
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon3 {
  left: 352px;
  top: 154px;
  z-index: 4;
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon4 {
  left: 173px;
  top: 190px;
  z-index: 5;
}

.platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon5 {
  left: 253px;
  top: 193px;
  z-index: -999;
}

.platform_collection_section5_animation_pic {
  position: relative;
}


.platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .tx1 {
  margin-left: -20px;
}

.platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon1 {
  position: absolute;
  left: 232px;
  top: 0;
  z-index: -1;
}


.platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon2 {
  position: absolute;
  left: 160px;
  top: 38px;
  transform: translateX(126px);
  opacity: 0;
  animation: platform_collection5_animate_icon2 1s ease-in-out forwards;
}

@keyframes platform_collection5_animate_icon2 {
  0% {
    transform: translateX(426px);
    opacity: 0;
  }

  100% {
    transform: translateX(126px);
    opacity: 1;
  }
}

.platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon3 {
  position: absolute;
  left: 458px;
  top: 272px;
  animation: platform_collection5_animate_icon3 1.5s ease-in-out infinite;
}

@keyframes platform_collection5_animate_icon3 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.platform_collection_new_section2 {
  width: 100%;
  height: auto;
  background: url(../images/platform_bj1.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.platform_collection_new_section2 .section_container_con {
  display: flex;
  justify-content: space-between;
}

.platform_collection_new_section2 .platform_collection_new_list2 {
  padding: 165px 0 160px;
  box-sizing: border-box;
  width: 50%;
}

.platform_collection_new_section2 .platform_collection_new_list2 .title {
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 60px;
  white-space: nowrap;
}

.platform_collection_new_section2 .platform_collection_new_list2 .article p {
  padding: 20px 0;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}

.platform_collection_new_section2 .platform_collection_new_list2 .article p i {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 24px;
  left: 0;
  background: url(../images/platform_icon_dian.svg) no-repeat center center;
  background-size: cover;
}

.platform_collection_new_section2 .platform_collection_new_list2 a.m_link {
  color: #fff;
}

.platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
  display: inline-block;
  width: 380px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  position: relative;
  padding: 18px 40px;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: 100px;
}

.platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn i {
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url("../images/platform_icon_right.png") no-repeat center;
  background-size: cover;
  margin-left: 30px;
}

.platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn:hover i {
  animation: solution_click_btn_i 1s linear infinite;
}

@keyframes solution_click_btn_i {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }
}

.platform_collection_new_section2 .platform_collection_new_animate_pic {
  width: 50%;
  position: relative;
}

.platform_collection_new_section2 .platform_collection_new_animate_pic img {
  display: block;
  max-width: 100%;
  height: 100%;
}

.platform_collection_new_section2 .platform_collection_new_animate_pic .tx1 {
  position: absolute;
  right: -20px;
  /* top: 154px; */
  bottom: 0px;
  width: 458px;
  height: 565px;
}

.platform_collection_new_section2 .platform_collection_new_animate_pic .icon1 {
  position: absolute;
  left: 100px;
  top: 249px;
  width: 103px;
  height: 103px;
  animation: platform_collection_new_animate_pic_icon1 1.5s ease-in infinite;
}


.platform_collection_new_section2 .platform_collection_new_animate_pic .icon2 {
  position: absolute;
  left: 152px;
  top: 437px;
  width: 73px;
  height: 73px;
  animation: platform_collection_new_animate_pic_icon2 1.5s ease-in infinite;
}

.platform_collection_new_section2 .platform_collection_new_animate_pic .icon3 {
  position: absolute;
  left: 565px;
  top: 200px;
  width: 73px;
  height: 73px;
  animation: platform_collection_new_animate_pic_icon2 1.5s ease-in infinite;
}

.platform_collection_new_section2 .platform_collection_new_animate_pic .icon4 {
  position: absolute;
  left: 648px;
  top: 400px;
  width: 111px;
  height: 111px;
  animation: platform_collection_new_animate_pic_icon1 1.5s ease-in infinite;
}

@keyframes platform_collection_new_animate_pic_icon1 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(.9);
  }
}

@keyframes platform_collection_new_animate_pic_icon2 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

.global_payments_new1 {
  padding-bottom: 200px;
}

.global_payments1_new_animation_pic {
  position: relative;
  width: 625px;
  height: 475px;
}


.global_payments1_new_animation_pic .global_payments1_img>div {
  position: absolute;
}

.global_payments1_new_animation_pic .global_payments1_img .global_payments_icon1 {
  left: -87px;
  top: 77px;
}

.global_payments1_new_animation_pic .global_payments1_img .global_payments_icon2 {
  left: 168px;
  top: 240px;
  animation: global_payments_fadeInLeft 2s linear forwards;
}

@keyframes global_payments_fadeInLeft {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.global_payments1_new_animation_pic .global_payments1_img .global_payments_icon3 {
  left: 130px;
  top: 276px;
  animation: global_payments_fadeInRight 2s linear forwards;
}

@keyframes global_payments_fadeInRight {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


.global_payments1_new_animation_pic .global_payments1_img .global_payments_icon4 {
  left: 440px;
  top: 82px;
  animation: global_payments_ani_icon4 2s linear infinite;
}

@keyframes global_payments_ani_icon4 {

  0%,
  100% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(0.9);
  }
}

.global_payments1_new_animation_pic .global_payments1_img .global_payments_icon5 {
  left: 388px;
  top: 253px;
  animation: global_payments_ani_icon5 2s linear infinite;
}

@keyframes global_payments_ani_icon5 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.global_payments2_new_animation_pic {
  position: relative;
  width: 616px;
  height: 512px;
  margin-top: 60px;
  margin-bottom: 120px;
}

.global_payments2_new_animation_pic>img.tx1 {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -58px;
  margin-top: -46px;
}

.global_payments2_new_animation_pic .global_payments2_img>div {
  position: absolute;
}

.global_payments2_new_animation_pic .global_payments2_img .global_payments_icon1 {
  left: -3px;
  top: 90px;
  animation: global_payments_animate_ani_icon1 1s linear forwards;
}

@keyframes global_payments_animate_ani_icon1 {
  0% {
    left: -303px;
  }

  100% {
    left: -3px;
  }
}

.global_payments2_new_animation_pic .global_payments2_img .global_payments_icon2 {
  left: 402px;
  top: 309px;
  animation: global_payments_animate_ani_icon2 2s linear infinite;
}

@keyframes global_payments_animate_ani_icon2 {

  0%,
  100% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0px);
  }
}

.global_payments2_new_animation_pic .global_payments2_img .global_payments_icon3 {
  left: 186px;
  top: 92px;
  z-index: -1;
}

.global_payments3_new_animation_pic {
  width: 620px;
  height: 476px;
  position: relative;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info {
  width: 411px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 29px 29px 0px 26px;
  box-sizing: border-box;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info h2 {
  font-size: 23px;
  font-weight: 600;
  color: #363535;
  line-height: 32px;
  letter-spacing: 0.04px;
  margin-bottom: 14px;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul {
  margin-bottom: 30px;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li {
  background: rgba(246, 246, 246, 0.7);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 4px;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li .prev {
  background: #11C9C0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 0.04px;
  padding-left: 10px;
  box-sizing: border-box;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li p {
  width: 50%;
  background: rgba(246, 246, 246, 0.7);
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: right;
  line-height: 30px;
  letter-spacing: 0.04px;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info .global_payments1_tranlate_img {
  width: 100%;
  height: 156px;
  overflow: hidden;
  position: relative;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_info .global_payments1_tranlate_img .img_bj {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/global_payments_pic3_1.png") no-repeat right center;
  background-size: cover;
  animation: global_payments1_tranlate_img_active 2s ease-in-out forwards;
}

@keyframes global_payments1_tranlate_img_active {
  0% {
    background: url("../images/global_payments_pic3_1.png") no-repeat right center;
  }

  100% {
    background: url("../images/global_payments_pic3_1.png") no-repeat left center;
  }
}



.global_payments3_new_animation_pic .global_payments3_img .global_payments_icon1 {
  position: absolute;
  left: 204px;
  top: 69px;
  z-index: -1;
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2 {
  position: absolute;
  left: 50%;
  transform: translate(0%, 0);
  top: 25px;
  animation: global_payments_ani_mate_icon2 2.5s linear infinite;
}

@keyframes global_payments_ani_mate_icon2 {

  0%,
  100% {
    transform: translate(18%, 0px);
  }

  50% {
    transform: translate(18%, 18px);
  }
}

.global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  width: 60px;
  height: 56px;
  background: url(../images/global_payments_pic3_4.png) no-repeat center;
  background-size: cover;
}



.global_payments_new2 {
  background: linear-gradient(90deg, #1364DF 0%, #11C9C0 100%);
}

.global_payments2_new_animate_pic {
  width: 50%;
  position: relative;
}


.global_payments2_new_animate_pic .tx1 {
  position: absolute;
  left: 38px;
  top: 86px;
  width: 740px;
  height: 616px;
}

.trusted_exchange_new1 .trusted_exchange1_new_animation_pic {
  position: relative;
}


.trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx2 {
  position: absolute;
  left: 133px;
  top: 252px;
  opacity: 1;
  z-index: 1;
  transform: translateX(300px);

  animation: tx2_fadeInRight 1.5s linear forwards;
}

@keyframes tx2_fadeInRight {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx3 {
  position: absolute;
  left: 468px;
  top: -15px;
  z-index: -1;
}

.trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx4 {
  position: absolute;
  left: 250px;
  top: 150px;
  z-index: 2;

  animation: tx_4_fadeInRight 1.5s linear 1.5s infinite;
}

@keyframes tx_4_fadeInRight {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }
}



.trusted_exchange_new2 {
  background: #f6f6f6;
}

.trusted_exchange2_new_pic2 {
  width: 692px;
  height: 692px;
  margin-left: -21px;
  position: relative;
}

.trusted_exchange2_new_pic2>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-52%, -36%);
}

.trusted_exchange2_new_pic2 .trusted_exchange2_icon1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bj {
  width: 321px;
  height: 321px;
  opacity: 0.7;
}

.trusted_exchange2_new_pic2 .trusted_exchange2_point {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -80px;
}

.trusted_exchange2_point,
.trusted_exchange2_point::before,
.trusted_exchange2_point::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  content: '';
  background: rgba(17, 201, 192, 0.26);
}

.trusted_exchange2_point {
  animation: currency_scale 2s infinite;
  z-index: -1;
}

.trusted_exchange2_point::before {
  animation: currency_scale2 2s infinite;
  z-index: -1;
}

.trusted_exchange2_point::after {
  animation: currency_scale3 2s infinite;
  z-index: -1;
}

@keyframes currency_scale {
  0% {
    transform: scale(1);
    opacity: .38
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes currency_scale2 {
  0% {
    transform: scale(1);
    opacity: .9
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes currency_scale3 {
  0% {
    transform: scale(1);
    opacity: .9;
  }

  100% {
    transform: scale(3.1);
    opacity: 0;
  }
}

.trusted_exchange2_new_pic2 .trusted_exchange2_icon2 {
  position: absolute;
  left: 400px;
  top: 94px;
  animation: trusted_exchange2_icon2_top 2s linear infinite;
}

@keyframes trusted_exchange2_icon2_top {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.trusted_exchange2_new_pic2 .trusted_exchange2_icon3 {
  position: absolute;
  left: 35px;
  top: 100px;
  animation: trusted_exchange2_icon2_left 2s linear infinite;
}

@keyframes trusted_exchange2_icon2_left {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }
}

.trusted_exchange2_new_pic2 .trusted_exchange2_icon4 {
  position: absolute;
  left: 34px;
  top: 348px;
  animation: trusted_exchange2_icon2_top_1 2s linear infinite;
}

@keyframes trusted_exchange2_icon2_top_1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.trusted_exchange2_new_pic2 .trusted_exchange2_icon5 {
  position: absolute;
  left: 311px;
  top: 460px;
  animation: trusted_exchange2_icon2_left_1 2s linear infinite;
}

@keyframes trusted_exchange2_icon2_left_1 {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }
}

.trusted_exchange2_new_pic3 {
  width: 665px;
  height: 439px;
}

.trusted_exchange2_new_pic3 .trusted_exchange2_img {
  position: relative;
}

.trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon1 {
  position: absolute;
  left: 100px;
  top: -30px;
}

.trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon1 .icon_pic1 {
  position: absolute;
  left: 140px;
  top: 126px;
  width: 153px;
  height: 153px;
  background: url(../images/trusted_exchange_pic6_2.png) no-repeat center;
  background-size: cover;
  transform: rotateX(70deg);
  /* transform-origin: bottom center; */
  /* animation: trusted_exchange2_icon1_icon_pic1 2s linear forwards; */
}


/* @keyframes trusted_exchange2_icon1_icon_pic1 {
  from {
    transform: rotate(0deg);
    transform: rotateX(70deg) rotateY(0);
  }

  to {
    transform: rotate(360deg);
    transform: rotateX(70deg) rotateY(360deg);
  }
} */

.trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon2 {
  position: absolute;
  left: -29px;
  top: -25px;
  transform: scale(1);
  animation: trusted_exchange2_ani_icon2 1s linear forwards, trusted_exchange2_ani1_icon2 1s linear 1s infinite;
}

@keyframes trusted_exchange2_ani_icon2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes trusted_exchange2_ani1_icon2 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }
}

.trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon3 {
  position: absolute;
  left: 520px;
  top: 54px;
  transform: translateX(34px);
  opacity: 0;
  animation: trusted_exchange2_ani_icon3 1s linear forwards, trusted_exchange2_ani1_icon3 1s linear 1.5s infinite;
}

@keyframes trusted_exchange2_ani_icon3 {
  0% {
    transform: translateX(134px);
    opacity: 0;
  }

  100% {
    transform: translateX(34px);
    opacity: 1;
  }
}

@keyframes trusted_exchange2_ani1_icon3 {

  0%,
  100% {
    transform: translate(34px, 0px);
  }

  50% {
    transform: translate(34px, 10px);
  }
}


.trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon4 {
  position: absolute;
  left: -4px;
  top: 320px;
  opacity: 0;
  animation: trusted_exchange2_ani_icon4 1s linear forwards, trusted_exchange2_ani1_icon4 1s linear 1s infinite;
}

@keyframes trusted_exchange2_ani_icon4 {
  0% {
    transform: translateY(120px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes trusted_exchange2_ani1_icon4 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }
}

.trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon5 {
  position: absolute;
  left: 83px;
  top: 28px;
  z-index: -1;
}

.foreign_trade_li1 .article {
  white-space: nowrap;
}


/* banner 4个内页 */
@media screen and (max-width: 1600px) {

  /* 内页 banner */
  /* for_section_banner */
  .for_section_banner .for_section_banner_animation {
    position: absolute;
    top: 0;
    right: 128px;
    width: 1150px;
    height: 100%;
    z-index: 2;
  }

  .for_section_banner .for_section_banner_animation .tx1 {
    margin-left: 280px;
    margin-top: 105px;
    z-index: 2;
    position: relative;
  }

  .for_section_banner .for_section_banner_animation .tx1 img {
    width: 800px;
    transform: rotateY(20deg);
  }

  .for_section_banner .for_section_banner_animation::after {
    left: 108px;
    top: 120px;
    background-size: 100% 100%;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box1 {
    left: 900px;
    top: 116px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box1 img {
    width: 180px;
    height: 250px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box2 {
    left: 425px;
    top: 201px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box2 img {
    width: 40px;
    height: 75px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box3 {
    left: 995px;
    top: 410px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box3 img {
    width: 34px;
    height: 62px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop1 {
    left: 376px;
    top: 242px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop2 {
    left: 363px;
    top: 232px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop3 {
    left: 380px;
    top: 210px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop4 {
    left: 352px;
    top: 214px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop5 {
    left: 360px;
    top: 186px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop6 {
    left: 338px;
    top: 168px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop7 {
    left: 444px;
    top: 244px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop8 {
    left: 460px;
    top: 226px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop9 {
    left: 478px;
    top: 207px;
  }

  /* platform_collection_banner */
  .platform_collection_banner .platform_collection_banner_animation {
    width: 1130px;
    height: 572px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores {
    width: 602px;
    height: 487px;
    left: 297px;
    top: 32px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores::after {
    left: 376px;
    top: 192px;
    width: 240px;
    height: 175px;
  }


  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box1 {
    left: 419px;
    top: 326px;
  }


  .platform_collection_banner .platform_collection_banner_animation::after {
    left: 339px;
    top: 151px;
    background-size: 90% 90%;
    transform: rotate(3deg);
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box2 {
    left: 762px;
    top: 239px;
    width: 90px;
    height: 63px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box3 {
    left: 751px;
    top: 273px;
    width: 84px;
    height: 65px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 {
    left: 344px;
    top: 152px;
    transform: rotateY(25deg) rotateZ(25deg);
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp {
    width: 126px;
    line-height: 25px;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 12px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt1,
  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt2 {
    font-size: 12px;
  }

  .platform_collection_banner_animation .dian .dian1 {
    left: 25px;
    top: 536px;
    opacity: 0;
  }

  @keyframes platform_banner_animation_dian_1 {
    0% {
      left: 25px;
      top: 536px;
      opacity: 1;
    }

    25% {
      left: 221px;
      top: 413px;
      opacity: 1;
    }

    50% {
      left: 418px;
      top: 534px;
      opacity: 1;
    }

    75% {
      left: 521px;
      top: 472px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 647px;
      top: 543px;
      opacity: 0;
    }
  }


  .platform_collection_banner_animation .dian .dian2 {
    left: 140px;
    top: 285px;
    opacity: 0;
  }

  @keyframes platform_banner_animation_dian_2 {
    0% {
      left: 140px;
      top: 285px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 288px;
      top: 375px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian3 {
    left: 1060px;
    top: 526px;
    opacity: 0;
  }

  @keyframes platform_banner_animation_dian_3 {
    0% {
      left: 1060px;
      top: 526px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    50% {
      left: 934px;
      top: 454px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 794px;
      top: 540px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian4 {
    left: 1050px;
    top: 269px;
    opacity: 0;
  }


  @keyframes platform_banner_animation_dian_4 {
    0% {
      left: 1050px;
      top: 269px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    50% {
      left: 929px;
      top: 336px;
      opacity: 1;
    }

    98% {
      opacity: 1;
    }

    100% {
      left: 848px;
      top: 286px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian5 {
    left: 617px;
    top: 151px;
    opacity: 0;
  }

  @keyframes platform_banner_animation_dian_5 {
    0% {
      left: 617px;
      top: 151px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    35% {
      left: 694px;
      top: 103px;
      opacity: 1;
    }

    75% {
      left: 848px;
      top: 197px;
      opacity: 1;
    }

    98% {
      opacity: 1;
    }

    100% {
      left: 796px;
      top: 230px;
      opacity: 0;
    }
  }

  /* 
  global_payments_banner 
*/
  .global_payments_banner_animation {
    width: 1000px;
    height: 642px;
    position: relative;
    left: 522px;
    top: 76px;
  }

  .global_payments_banner_animation::before {
    width: 1000px;
    height: 642px;
  }

  .global_payments_banner_animation .global_payments_banner_img {
    left: 160px;
    top: 134px;
  }

  .global_payments_banner_animation .global_payments_banner_icon1 {
    left: 194px;
    top: 238px;
  }

  .global_payments_banner_animation .global_payments_banner_icon2 {
    left: 476px;
    top: 80px;
  }

  .global_payments_banner_animation .global_payments_banner_icon3 {
    left: 760px;
    top: 410px;
  }

  .global_payments_banner_animation .global_payments_banner_icon4 {
    left: 500px;
    top: 542px;
  }

  .global_payments_banner_animation .global_payments_banner_icon5 {
    left: 380px;
    top: 115px;
  }

  .global_payments_banner_animation .global_payments_banner_icon6 {
    left: 640px;
    top: 246px;
  }


  .global_payments_banner_animation .global_payments_banner_icon7 {
    left: 466px;
    top: 330px;
  }

  /* 
    trusted_section_banner
  */
  .trusted_section_banner_animateion {
    left: 422px;
    top: 43px;
    width: 1100px;
    height: 677px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_s {
    left: 424px;
    top: 305px;
    width: 95px;
    height: 144px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_b {
    left: 552px;
    top: 144px;
    width: 122px;
    height: 185px;
  }

  .trusted_section_banner_animateion::after {
    left: 522px;
    top: 328px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon1 {
    left: 255px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon2 {
    left: 830px;
    top: 107px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon3 {
    left: 864px;
  }


  .trusted_section_banner_animateion .line .line2 {
    left: 615px;
    top: 660px;
    transform: translate(-598px, -312px);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line2 {
    0% {
      transform: translate(-598px, -312px);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(0px, 0px);
      opacity: 1;
    }

    100% {
      transform: translate(0px, 0px);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line3 {
    left: 580px;
    top: 0px;
    transform: translate(0px, 0px) rotate(116deg);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line3 {
    0% {
      transform: translate(0px, 0px) rotate(116deg);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(-619px, 450px) rotate(116deg);

      opacity: 1;
    }

    100% {
      transform: translate(-619px, 450px) rotate(116deg);
      opacity: 0;
    }
  }


  .trusted_section_banner_animateion .line .line4 {
    left: 1050px;
    top: 420px;
    transform: translate(0px, 0px) rotate(118deg);

    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line4 {
    0% {
      transform: translate(0px, 0px) rotate(118deg);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(-327px, 237px) rotate(118deg);

      opacity: 1;
    }

    100% {
      transform: translate(-327px, 237px) rotate(118deg);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line5 {
    left: 1050px;
    top: 185px;
    transform: translate(-650px, 470px) rotate(118deg);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line5 {
    0% {
      transform: translate(-650px, 470px) rotate(118deg);
      opacity: 1;
    }

    45% {
      transform: translate(-530px, 386px) rotate(118deg);
      opacity: 1;
    }

    50% {

      opacity: 0;
    }

    60% {
      opacity: 0;
    }

    70% {
      transform: translate(-258px, 188px) rotate(118deg);
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      transform: translate(0px, 0px) rotate(118deg);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line6 {
    left: 1065px;
    top: 417px;
    transform: translate(0px, 0px);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line6 {
    0% {
      transform: translate(0px, 0px);
      opacity: 1;
    }

    45% {
      transform: translate(-345px, -180px);
      opacity: 1;
    }

    50% {

      opacity: 0;
    }

    60% {
      opacity: 0;
    }

    70% {
      transform: translate(-582px, -303px);
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      transform: translate(-675px, -353px);
      opacity: 0;
    }
  }

}

@media screen and (max-width: 1600px) {
  .foreign_trade_list ul li .text_box .title {
    font-size: 32px;
    line-height: 48px;
  }

  .foreign_trade_list ul li .text_box .article {
    font-size: 15px;
    line-height: 30px;
    margin-top: 46px;
  }

  .foreign_trade_list ul li .text_box .article p {
    margin-bottom: 20px;
  }

  /* for_trade_new */
  .foreign_trade_page {
    width: 100%;
    height: auto;
    padding-top: 160px;
  }


  .for_trade_section1_animation {
    width: 530px;
    height: 480px;
  }

  .for_trade_section1_animation .tx3 {
    left: 422px;
    top: 256px;
  }

  .for_trade_section1_animation_pic img.tx1 {
    width: 488px;
  }

  .for_trade_section1_animation_pic img.tx2 {
    top: 15px;
    left: 166px;
    width: 418px;
  }

  .for_trade_section1_animation img.tx4 {
    left: 250px;
    top: 420px;
    width: 130px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx1 {
    width: 520px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx2 {
    top: 126px;
    left: 260px;
    width: 330px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3 {
    left: 380px;
    top: 164px;
    width: 186px;
    height: 150px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div {
    top: 18px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div .prev {
    top: 90px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 {
    background-size: 90% 90%;
    left: -228px;
    top: 8px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx2 {
    margin-left: 230px;
    width: 296px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx3 {
    margin-left: 50px;
    margin-top: -24px;
    width: 410px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj1 {
    left: 150px;
    top: 108px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj2 {
    left: 155px;
    top: 113px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj1 {
    left: 198px;
    top: 134px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj2 {
    left: 204px;
    top: 141px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj1 {
    left: 264px;
    top: 237px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj2 {
    left: 270px;
    top: 243px;
  }


  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj1 {
    left: 386px;
    top: 88px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj2 {
    left: 393px;
    top: 95px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj1 {
    left: 422px;
    top: 119px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj2 {
    left: 427px;
    top: 124px;
  }


  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj1 {
    left: 450px;
    top: 76px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj2 {
    left: 455px;
    top: 81px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj1 {
    left: 630px;
    top: 123px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj2 {
    left: 639px;
    top: 133px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj1 {
    left: 700px;
    top: 154px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj2 {
    left: 706px;
    top: 161px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj1 {
    left: 673px;
    top: 278px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj2 {
    left: 679px;
    top: 284px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx1 {
    left: -0px;
    top: 137px;
    width: 410px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx3 {
    left: 225px;
    top: 168px;
    width: 360px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box {
    width: 621px;
    height: 470px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .tx2 {
    margin-left: 145px;
    width: 420px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .face_box {
    width: 436px;
    height: 450px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx1 {
    width: 490px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx2 {
    left: 288px;
    top: 120px;
  }

  @keyframes fw_translate_scale1 {
    0% {
      width: 0;
      height: 0;
      top: 403px;
      opacity: 0;
    }

    100% {
      width: 320px;
      height: auto;
      top: 130px;
      opacity: 1;
    }
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx3 {
    left: 212px;
    top: 208px;
    width: 50px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx4 {
    left: 276px;
    top: 270px;
    width: 63px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx5 {
    left: 176px;
    top: 90px;
    width: 330px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .left {
    left: 0;
    top: 122px;
    width: 238px;
    padding: 40px 0px 7px 40px;
    box-sizing: border-box;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center {
    padding: 50px 40px 28px 190px;
    width: 750px;
    margin-left: 70px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .right {
    width: 374px;
    margin-left: -24px;
    padding: 50px 35px 28px 54px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center h2 {
    width: 310px;
    font-size: 28px;
    margin: 0 auto 20px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .right h2 {
    width: 280px;
    font-size: 28px;
    margin: 0 auto 20px;
  }

  .foreign_trade_section3 {
    padding: 470px 0px 172px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper {
    width: 1200px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide {
    width: 1200px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body {
    padding: 130px 80px 80px;
  }

  /* platform_collection_new */
  .platform_collection_new_page {
    padding-top: 70px;
  }

  .platform_collection_new_list ul li .text_box .title {
    font-size: 32px;
    line-height: 46px;
  }

  .platform_collection_new_list ul li .text_box .article {
    font-size: 15px;
    line-height: 30px;
    margin-top: 46px;
  }

  .platform_collection_new_list ul li.platform_collection_new_li1 .text_box .article p {
    white-space: nowrap;
  }

  .platform_collection_new_list ul li .text_box .article p {
    margin-bottom: 20px;
  }

  .platform_collection_section1_animation_pic img.tx1 {
    width: 490px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx2 {
    position: absolute;
    left: 230px;
    top: 140px;
    width: 380px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx3 {
    width: 180px;
    top: 18px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx4 {
    left: 314px;
    top: 14px;
    width: 285px;
  }

  .platform_collection_section2_animation_pic>img {
    width: 530px;
  }

  .platform_collection_section2_animation_pic .platform_collection_icon1 {
    position: absolute;
    left: 0;
    top: 238px;
    width: 200px;
  }

  @keyframes platform_collection_animate_icon1 {
    0% {
      left: 0;
      opacity: 0;
    }

    100% {
      left: 270px;
      opacity: 1;
    }
  }

  .platform_collection_section2_animation_pic>img {
    margin-left: -8%;
  }

  .platform_collection_section2_animation_pic .platform_collection_icon2 {
    top: 460px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic {
    position: relative;
    width: 611px;
    height: 521px;
    margin: 90px 0 0px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic>img {
    width: 478px;
    height: 443px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon1 {
    left: 332px;
    top: -57px;
    width: 269px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon2 {
    left: 340px;
    top: 164px;
    width: 270px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon3 {
    left: 230px;
    width: 350px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic {
    width: 549px;
    height: 500px;
    margin-right: 60px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic>img {
    width: 420px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon1 {
    left: -60px;
    top: 3px;
    width: 224px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon2 {
    left: 193px;
    top: -77px;
    width: 403px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon3 {
    left: 372px;
    top: 154px;
    width: 40px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon4 {
    left: 193px;
    top: 190px;
    width: 403px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon5 {
    left: 270px;
    top: 180px;
    width: 258px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .tx1 {
    width: 480px;
    margin-left: -42px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon1 {
    left: 202px;
    top: 0;
    width: 400px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon2 {
    left: 110px;
    top: 42px;
    width: 440px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon3 {
    left: 388px;
    top: 255px;
    width: 200px;
  }


  .platform_collection_new_section2 {
    background-size: 100% 100%;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 {
    padding: 145px 0 140px;
    box-sizing: border-box;
    width: 42%;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
    width: 350px;
    padding: 18px 30px;
    margin-top: 80px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn i {
    margin-left: 20px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .tx1 {
    width: 420px;
    height: 530px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon1 {
    left: 46px;
    top: 268px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon2 {
    left: 105px;
    top: 445px;

  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon3 {
    left: 510px;
    top: 225px;

  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon4 {
    left: 560px;
    top: 410px;

  }

  /* global_payments_new */
  .global_payments1_new_animation_pic {
    position: relative;
    width: 575px;
    height: 425px;
  }

  .global_payments1_new_animation_pic>img {
    width: 550px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon1 {
    width: 510px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon2 {
    left: 155px;
    top: 230px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon3 {
    left: 126px;
    top: 268px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon4 {
    left: 410px;
    top: 82px;
    width: 155px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon5 {
    width: 125px;
    left: 380px;
    top: 250px;
  }

  .global_payments2_new_animation_pic {
    position: relative;
    width: 566px;
    height: 472px;
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .global_payments2_new_animation_pic>img.tx1 {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -58px;
    margin-top: -46px;
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon1 {
    left: -10px;
    top: 76px;
    width: 410px;
  }

  @keyframes global_payments_animate_ani_icon1 {
    0% {
      left: -303px;
    }

    100% {
      left: -10px;
    }
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon2 {
    left: 356px;
    top: 285px;
    width: 200px;
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon3 {
    left: 186px;
    top: 130px;
    width: 385px;
  }

  .global_payments3_new_animation_pic {
    width: 560px;
    height: 416px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info {
    width: 371px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 1px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 29px 29px 0px 26px;
    box-sizing: border-box;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon1 {
    position: absolute;
    left: 184px;
    top: 82px;
    width: 324px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2 {
    top: 25px;
    width: 280px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2::after {
    width: 55px;
    height: 50px;
  }

  .global_payments2_new_animate_pic .tx1 {
    left: 38px;
    top: 106px;
    width: 650px;
    height: 526px;
  }

  /* rusted_exchange_new */
  .trusted_exchange1_new_animation_pic>img.tx1 {
    width: 526px;
  }

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx2 {
    width: 460px;
    left: 124px;
    top: 218px;
  }

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx3 {
    left: 300px;
    top: 0px;
    width: 260px;
  }

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx4 {
    left: 206px;
    top: 128px;
    width: 38px;
  }

  .trusted_exchange2_new_pic2 {
    width: 582px;
    height: 582px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon1 {
    width: 240px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon2 {
    left: 368px;
    top: 94px;
    width: 150px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon3 {
    width: 170px;
    left: 15px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon4 {
    left: 5px;
    top: 286px;
    width: 150px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon5 {
    left: 288px;
    top: 400px;
    width: 140px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon1 {
    left: 60px;
    top: -30px;
    width: 495px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon2 {
    left: -40px;
    top: -25px;
    width: 145px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon3 {
    left: 470px;
    top: 54px;
    width: 130px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon4 {
    left: -59px;
    width: 220px;
    top: 298px;
  }

  .platform_collection_new_section1 {
    padding-bottom: 140px;
    box-sizing: border-box;
  }

  /*  */
  .foregin_trade_section5 h2 {
    font-size: 46px;
    line-height: 64px;
  }

  .foregin_trade_section5 .account_bottom_contact_link {
    width: 180px;
    font-size: 20px;
    line-height: 28px;
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1440px) {
  .global_banner_text {
    padding-top: 240px;
  }

  .global_banner_text .text_box h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .global_banner_text .global_banner_link {
    margin-top: 40px;
    min-width: 160px;
  }



  .foreign_trade_li3 .article {
    white-space: nowrap;
  }

  /* 
  for_section_banner
   */
  .for_section_banner {
    height: 650px;
  }

  .for_section_banner .for_section_banner_animation {
    position: absolute;
    top: 0;
    right: 128px;
    width: 1080px;
    height: 100%;
  }

  .for_section_banner .for_section_banner_animation .tx1 {
    margin-left: 320px;
    margin-top: 138px;
  }

  .for_section_banner .for_section_banner_animation .tx1 {
    width: 700px;
  }

  .for_section_banner .for_section_banner_animation::after {
    left: 132px;
    top: 110px;
    background-size: 85% 85%;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box1 {
    left: 880px;
    top: 148px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box1 img {
    width: 158px;
    height: 240px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box2 {
    left: 442px;
    top: 232px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box3 {
    left: 912px;
    top: 405px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop1 {
    left: 328px;
    top: 210px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop2 {
    left: 312px;
    top: 200px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop3 {
    left: 305px;
    top: 180px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop4 {
    left: 330px;
    top: 180px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop5 {
    left: 309px;
    top: 160px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop6 {
    left: 292px;
    top: 146px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop7 {
    left: 390px;
    top: 214px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop8 {
    left: 404px;
    top: 198px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop9 {
    left: 420px;
    top: 178px;
  }

  /* 
    platform_collection_banner 
  */

  .platform_collection_banner {
    height: 650px;
  }

  .platform_collection_banner .platform_collection_banner_animation {
    width: 1030px;
    height: 527px;
  }

  .platform_collection_banner .platform_collection_banner_animation::after {
    left: 301px;
    top: 122px;
    background-size: 80% 80%;
    transform: rotate(2deg);
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores {
    width: 550px;
    height: 446px;
    left: 270px;
    top: 32px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores::after {
    left: 340px;
    top: 178px;
    width: 220px;
    height: 161px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box1 {
    left: 382px;
    top: 303px;
    width: 37px;
    height: 50px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box2 {
    left: 692px;
    top: 225px;
    width: 84px;
    height: 60px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box3 {
    left: 682px;
    top: 255px;
    width: 76px;
    height: 65px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 {
    left: 312px;
    top: 146px;
    transform: rotateY(30deg) rotateZ(25deg);
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp {
    width: 120px;
    line-height: 22px;
    padding: 2px 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt1,
  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt2 {
    font-size: 12px;
    line-height: 22px;
  }


  .platform_collection_banner_animation .dian .dian1 {
    left: 18px;
    top: 491px;
  }

  @keyframes platform_banner_animation_dian_1 {
    0% {
      left: 18px;
      top: 491px;
      opacity: 1;
    }

    25% {
      left: 196px;
      top: 379px;
      opacity: 1;
    }

    50% {
      left: 378px;
      top: 491px;
      opacity: 1;
    }

    75% {
      left: 474px;
      top: 433px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 590px;
      top: 500px;
      opacity: 0;
    }
  }


  .platform_collection_banner_animation .dian .dian2 {
    left: 124px;
    top: 262px;
  }

  @keyframes platform_banner_animation_dian_2 {
    0% {
      left: 124px;
      top: 262px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 260px;
      top: 345px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian3 {
    left: 966px;
    top: 481px;
  }

  @keyframes platform_banner_animation_dian_3 {
    0% {
      left: 966px;
      top: 481px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    50% {
      left: 854px;
      top: 417px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 724px;
      top: 498px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian4 {
    left: 962px;
    top: 246px;
  }

  @keyframes platform_banner_animation_dian_4 {
    0% {
      left: 962px;
      top: 246px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    50% {
      left: 851px;
      top: 309px;
      opacity: 1;
    }

    98% {
      opacity: 1;
    }

    100% {
      left: 772px;
      top: 261px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian5 {
    left: 560px;
    top: 139px;
  }

  @keyframes platform_banner_animation_dian_5 {
    0% {
      left: 560px;
      top: 139px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    35% {
      left: 632px;
      top: 95px;
      opacity: 1;
    }

    75% {
      left: 774px;
      top: 181px;
      opacity: 1;
    }

    98% {
      opacity: 1;
    }

    100% {
      left: 722px;
      top: 214px;
      opacity: 0;
    }
  }

  /* 
    global_payments_banner
  */

  .global_payments_banner {
    height: 650px;
  }

  .global_payments_banner_animation {
    width: 800px;
    height: 602px;
    position: relative;
    left: 522px;
    top: 76px;
  }

  .global_payments_banner_animation::before {
    width: 800px;
    height: 602px;
  }

  .global_payments_banner_animation .global_payments_banner_img {
    left: 126px;
    top: 134px;
    width: 596px;
    height: 406px;
  }

  .global_payments_banner_animation .global_payments_banner_icon1 {
    left: 114px;
    top: 221px;
  }

  .global_payments_banner_animation .global_payments_banner_icon2 {
    left: 375px;
    top: 76px;
  }

  .global_payments_banner_animation .global_payments_banner_icon3 {
    left: 644px;
    top: 384px;
    width: 73px;
  }

  .global_payments_banner_animation .global_payments_banner_icon3::before {
    left: -53px;
    top: -40px;
    width: 180px;
    height: 110px;
  }

  .global_payments_banner_animation .global_payments_banner_icon4 {
    left: 456px;
    top: 476px;
    width: 100px;
  }

  .global_payments_banner_animation .global_payments_banner_icon4::before {
    left: -14px;
    top: -6px;
    width: 125px;
    height: 100px;
  }

  .global_payments_banner_animation .global_payments_banner_icon5 {
    left: 289px;
    top: 100px;
  }

  .global_payments_banner_animation .global_payments_banner_icon6 {
    left: 526px;
    top: 236px;
  }

  .global_payments_banner_animation .global_payments_banner_icon7 {
    left: 365px;
    top: 312px;
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line1 {
    left: 352px;
    top: 60px;
  }

  @keyframes global_payments_banner_line_1 {
    0% {
      height: 0;
      top: 116px;
    }

    100% {
      top: 64px;
      height: 56px;
    }
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line2 {
    left: 356px;
    top: 116px;
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line3 {
    left: 188px;
    top: 88px;
    width: 0;
    height: 94px;
    background-size: cover;
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line4 {
    left: 221px;
    top: 105px;
    width: 0px;
    height: 128px;
    background-size: cover;
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line5 {
    left: 278px;
    top: 110px;
    width: 0;
    height: 30px;
    background-size: cover;
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line6 {
    left: 285px;
    top: 118px;
    height: 66px;
    background-size: cover;
  }


  @keyframes global_payments_banner_line_3 {
    0% {
      width: 0;
      left: 352px;
    }

    100% {
      width: 172px;
    }
  }


  @keyframes global_payments_banner_line_4 {
    0% {
      width: 0px;
      left: 352px;
    }

    100% {
      width: 140px;
    }
  }

  @keyframes global_payments_banner_line_5 {
    0% {
      width: 0;
      left: 352px;
    }

    100% {
      width: 78px;
    }
  }


  @keyframes global_payments_banner_line_6 {
    0% {
      width: 0;
      left: 352px;
    }

    100% {
      width: 68px;
    }
  }

  /* 
    trusted_section_banner
  */

  .trusted_section_banner {
    height: 650px;
  }

  .trusted_section_banner_animateion {
    left: 422px;
    top: 43px;
    width: 1000px;
    height: 607px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_s {
    left: 389px;
    top: 283px;
    width: 80px;
    height: 120px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_b {
    left: 504px;
    top: 126px;
    width: 110px;
    height: 168px;
  }

  .trusted_section_banner_animateion::after {
    left: 468px;
    top: 294px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon1 {
    left: 235px;
    width: 44px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon2 {
    left: 755px;
    top: 108px;
    width: 50px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon3 {
    left: 780px;
    top: 406px;
    width: 43px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_x::after {
    width: 77px;
    height: 71px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon1::after {
    left: -15px;
    transform: rotate(-4deg);
    top: 37px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon2::after {
    left: -12px;
    transform: rotate(-4deg);
    top: 50px;
    /* z-index: -1; */
  }

  .trusted_section_banner_animateion .trusted_banner_icon3::after {
    left: -16px;
    transform: rotate(-4deg);
    top: 50px;
  }

  .trusted_section_banner_animateion .line .line2 {
    left: 554px;
    top: 592px;
    transform: translate(-548px, -288px);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line2 {
    0% {
      transform: translate(-548px, -288px);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(0px, 0px);
      opacity: 1;
    }

    100% {
      transform: translate(0px, 0px);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line3 {
    left: 477px;
    top: 32px;
    transform: translate(0px, 0px) rotate(116deg);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line3 {
    0% {
      transform: translate(0px, 0px) rotate(116deg);

      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(-509px, 369px) rotate(116deg);
      opacity: 1;
    }

    100% {
      transform: translate(-509px, 369px) rotate(116deg);
      opacity: 0;
    }
  }


  .trusted_section_banner_animateion .line .line4 {
    left: 935px;
    top: 380px;
    transform: translate(0px, 0px) rotate(118deg);

    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line4 {
    0% {
      transform: translate(0px, 0px) rotate(118deg);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(-273px, 199px) rotate(118deg);

      opacity: 1;
    }

    100% {
      transform: translate(-273px, 199px) rotate(118deg);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line5 {
    left: 955px;
    top: 156px;
    transform: translate(-610px, 441px) rotate(118deg);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line5 {
    0% {
      transform: translate(-610px, 441px) rotate(118deg);
      opacity: 1;
    }

    45% {
      transform: translate(-495px, 360px) rotate(118deg);
      opacity: 1;
    }

    50% {

      opacity: 0;
    }

    60% {
      opacity: 0;
    }

    70% {
      transform: translate(-232px, 170px) rotate(118deg);
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      transform: translate(0px, 0px) rotate(118deg);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line6 {
    left: 966px;
    top: 376px;
    transform: translate(0px, 0px);
    opacity: 0;
  }

  @keyframes trusted_banner_animateion_line6 {
    0% {
      transform: translate(0px, 0px);
      opacity: 1;
    }

    45% {
      transform: translate(-325px, -170px);
      opacity: 1;
    }

    50% {

      opacity: 0;
    }

    60% {
      opacity: 0;
    }

    70% {
      transform: translate(-538px, -280px);
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      transform: translate(-629px, -330px);
      opacity: 0;
    }
  }

  /* 主体 */
  .home_content .con_title h2 {
    font-size: 40px;
    line-height: 62px;
  }

  .foreign_trade_page {
    padding-top: 140px;
  }

  .section_container_con {
    max-width: 1100px;
  }

  .foreign_trade_list ul li .text_box .title {
    font-size: 30px;
    line-height: 42px;
  }

  .foreign_trade_list ul li .text_box .article {
    margin-top: 50px;
    white-space: normal;
  }


  .for_trade_section1_animation_pic img.tx1 {
    left: -50px;
    top: 36px;
    width: 450px;
  }

  .for_trade_section1_animation_pic img.tx2 {
    top: 36px;
    left: 126px;
    width: 400px;
  }

  .for_trade_section1_animation {
    width: 560px;
    height: 538px;
  }

  .for_trade_section1_animation .tx3 {
    left: 345px;
    top: 268px;
    width: 140px;
  }

  .for_trade_section1_animation .tx3 ul li p {
    padding-left: 30px;
  }

  .for_trade_section1_animation img.tx4 {
    left: 196px;
    top: 415px;
    width: 135px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box {
    width: 693px;
    height: 692px;
    position: absolute;
    left: -95px;
    top: -75px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box img {
    width: 65px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx1 {
    width: 120px;
    height: 120px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx2 {
    width: 300px;
    height: 300px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx3 {
    width: 480px;
    height: 480px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx4 {
    width: 660px;
    height: 660px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box1 {
    width: auto;
    left: 15px;
    top: 86px;
  }


  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box p {
    margin-right: 15px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box:nth-of-type(even) p {
    margin-right: 0;
    margin-left: 15px;
  }


  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx1 {
    margin-left: -40px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3 {
    left: 330px;
    top: 163px;
    width: 185px;
    height: 146px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx2 {
    width: 350px;
    height: 300px;
    top: 104px;
    left: 200px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 {
    width: 858px;
    height: 397px;
    background: url(../images/for_pic12.png) no-repeat center;
    background-size: 80%;
    left: -255px;
    top: -8px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx2 {
    margin-left: 174px;
    width: 300px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx3 {
    width: 380px;
    margin-left: 35px;
    margin-top: -42px;
  }



  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj1 {
    left: 192px;
    top: 130px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj2 {
    left: 197px;
    top: 134px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj1 {
    left: 234px;
    top: 146px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj2 {
    left: 240px;
    top: 152px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj1 {
    left: 290px;
    top: 237px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj2 {
    left: 296px;
    top: 243px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj1 {
    left: 306px;
    top: 276px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj2 {
    left: 310px;
    top: 280px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj1 {
    left: 390px;
    top: 100px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj2 {
    left: 397px;
    top: 106px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj1 {
    left: 422px;
    top: 126px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj2 {
    left: 427px;
    top: 131px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj1 {
    left: 420px;
    top: 170px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj2 {
    left: 427px;
    top: 177px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj1 {
    left: 435px;
    top: 92px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj2 {
    left: 440px;
    top: 98px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj1 {
    left: 455px;
    top: 106px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj2 {
    left: 461px;
    top: 112px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj1 {
    left: 510px;
    top: 133px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj2 {
    left: 515px;
    top: 137px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj1 {
    left: 602px;
    top: 143px;
  }


  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj2 {
    left: 611px;
    top: 153px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj1 {
    left: 675px;
    top: 142px;
  }


  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj2 {
    left: 682px;
    top: 149px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj1 {
    left: 640px;
    top: 267px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj2 {
    left: 646px;
    top: 274px;
  }


  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx1 {
    left: -56px;
    top: 145px;
    width: 470px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .tx2 {
    margin-left: 140px;
    margin-top: 14px;
    width: 430px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx3 {
    left: 140px;
    top: 166px;
    width: 370px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .face_box {
    width: 500px;
    height: 434px;
    top: 14px;
    left: 95px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx1 {
    margin-left: -48px;
    width: 488px;
    height: 410px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx2 {
    left: 282px;
    top: 126px;
  }

  @keyframes fw_translate_scale1 {
    0% {
      width: 0;
      height: 0;
      top: 403px;
      opacity: 0;
    }

    100% {
      width: 326px;
      height: 210px;
      top: 140px;
      opacity: 1;
    }
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx3 {
    left: 210px;
    top: 218px;
    width: 45px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx4 {
    width: 60px;
    left: 269px;
    top: 276px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx5 {
    left: 126px;
    top: 90px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .left {
    width: 200px;
    padding: 42px 30px 7px 30px;
    box-sizing: border-box;
    top: 108px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .left ul li {
    font-size: 14px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .left ul li {
    margin-bottom: 39px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center {
    padding: 50px 50px 28px 180px;
    width: 650px;
    margin-left: 50px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center h2 {
    width: 300px;
    font-size: 22px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .right {
    width: auto;
    padding: 50px 30px 28px 34px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .right h2 {
    width: 260px;
    font-size: 22px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center ul li {
    padding: 18px 0 18px;
    font-size: 14px;
    line-height: 22px;
  }



  .foreign_trade_section2 .foreign_trade_list2 .right ul li {
    padding: 18px 0 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .foreign_trade_section3 {
    padding: 380px 0 142px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper {
    width: 1099px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide {
    width: 1100px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body {
    background-size: 100% 100%;
    padding: 110px 60px 80px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .title {
    margin-bottom: 95px;
  }


  /* platform_collection_new */
  .platform_collection_new_page {
    padding-top: 60px;
  }

  .platform_collection_new_list ul li .text_box .title {
    font-size: 30px;
  }

  .platform_collection_new_list ul li .text_box .article {
    margin-top: 50px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx1 {
    margin-left: -50px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx2 {
    width: 382px;
    height: 310px;
    left: 178px;
    top: 140px;
  }


  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx3 {
    /* left: 396px; */
    top: 14px;
    width: 170px;
    height: 193px;
  }


  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx4 {
    left: 236px;
  }

  .platform_collection_section2_animation_pic .platform_collection_icon1 {
    left: 0px;
    top: 220px;
    width: 200px;
  }

  @keyframes platform_collection_animate_icon1 {
    0% {
      left: 0;
      opacity: 0;
    }

    100% {
      left: 270px;
      opacity: 1;
    }
  }


  .platform_collection_new_li3 .platform_collection_section3_animation_pic {
    height: 480px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic>img {
    width: 460px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon1 {
    width: 270px;
    left: 303px;
    top: -72px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon2 {
    width: 300px;
    left: 320px;
    top: 144px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon3 {
    left: 180px;
    top: 11px;
    width: 350px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic {
    height: 446px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic>img {
    width: 390px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon1 {
    width: 210px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon2 {
    width: 350px;
    top: -52px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon3 {
    left: 352px;
    top: 155px;
    width: 38px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon4 {
    width: 350px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon5 {
    width: 300px;
    left: 218px;
    top: 147px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon1 {
    left: 146px;
    width: 320px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon2 {
    left: 105px;
    top: 48px;
    width: 400px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .tx1 {
    margin-left: -40px;
    width: 460px;
    height: auto;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon3 {
    left: 322px;
    margin-left: 38px;
    width: 190px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
    width: 310px;
    padding: 12px 25px;
    white-space: nowrap;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn i {
    margin-left: 15px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
    font-size: 14px;
  }


  .platform_collection_new_section2 {
    background-size: 100% 100%;
    overflow: hidden;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 {
    padding: 145px 0 116px;
    width: 40%;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic {
    width: 60%;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .tx1 {
    right: 0;
    top: 128px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon1 {
    left: 66px;
    top: 218px;
    width: 93px;
    height: 93px;


  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon2 {
    left: 120px;
    top: 380px;
    width: 68px;
    height: 68px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon3 {
    left: 530px;
    width: 68px;
    height: 68px;
  }


  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon4 {
    left: 585px;
    top: 385px;
    width: 101px;
    height: 101px;
  }




  /* global_payments_new */
  .global_payments1_new_animation_pic {
    height: 456px;
  }

  .global_payments1_new_animation_pic>img.tx1 {
    width: 525px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon1 {
    width: 480px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon2 {
    left: 136px;
    top: 220px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon3 {
    left: 112px;
    top: 253px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon4 {
    left: 388px;
    top: 65px;
    width: 150px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon5 {
    left: 345px;
    top: 245px;
    width: 140px;
  }

  .global_payments2_new_animation_pic {
    position: relative;
    width: 580px;
    height: 500px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .global_payments2_new_animate_pic>.tx1 {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    width: 580px;
    height: 500px;
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon1 {
    width: 380px;
    top: 70px;
  }

  @keyframes global_payments_animate_ani_icon1 {
    0% {
      left: -303px;
    }

    100% {
      left: 2px;
    }
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon2 {
    left: 380px;
    top: 282px;
    width: 168px;
  }

  .global_payments3_new_animation_pic {
    height: 400px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info {
    width: 360px;
    padding: 22px 22px 0px 22px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info h2 {
    font-size: 20px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon1 {
    left: 156px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2 {
    width: 244px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2::after {
    width: 46px;
    height: 45px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
    margin-top: 60px;
  }

  .global_payments_new2 .platform_collection_new_list2 {
    padding: 120px 0 100px;
    width: 44%;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li {
    height: 26px;
    line-height: 26px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li p {
    font-size: 13px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li .prev {
    font-size: 13px;
  }



  /* trusted_exchange_new */



  .trusted_exchange2_new_pic2 {
    width: 500px;
    height: 500px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon1 {
    width: 220px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon3 {
    left: 10px;
    top: 80px;
    width: 146px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon2 {
    left: 305px;
    top: 60px;
    width: 140px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon4 {
    left: 0px;
    top: 246px;
    width: 150px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon5 {
    left: 240px;
    top: 344px;
    width: 135px;
  }

  .trusted_exchange2_new_pic3 {
    width: 505px;
    height: 380px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon1 {
    left: 26px;
    width: 475px;
    top: -30px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon2 {
    left: -44px;
    top: -25px;
    width: 110px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon4 {
    left: -65px;
    top: 312px;
    width: 200px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon3 {
    left: 420px;
    top: 40px;
    width: 120px;
  }


  /* 常见问题 */

  .foreign_trade_section4 {
    padding: 120px 0 80px;
  }

  .foreign_trade_section4 .con_title {
    padding-bottom: 60px;
  }

  .foreign_trade_section4 .con_title h2 {
    font-size: 30px;
  }

  /* .foreign_trade_section4 .con_title .m_link {
    display: block;
    position: absolute;
    right: 0px;
    top: 24px;
    width: 134px;
    height: 32px;
    background: url(../images/m_link_more.png) no-repeat center;
    background-size: 95% 95%;
  } */


  .foregin_trade_section5 {
    padding: 100px 0 90px;
  }

  .foregin_trade_section5 h2 {
    font-size: 42px;
  }

  .foregin_trade_section5 .account_bottom_contact_link {
    font-size: 20px;
    padding: 10px 40px;
  }
}

/* @media screen and (max-width: 1440px){
.global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line3 {
  left: 180px;
  top: 88px;
  width: 0;
  height: 94px;
  background-size:cover;
}} */


@media screen and (max-width: 1366px) {
  .global_banner_text {
    padding-top: 190px;
  }

  /* for_section_banner */
  .for_section_banner {
    height: 600px;
  }

  .for_section_banner .for_section_banner_animation {
    right: 128px;
    width: 1000px;
  }

  .for_section_banner .for_section_banner_animation::after {
    left: 138px;
    top: 65px;
    background-size: 90% 85%;
  }

  .for_section_banner .for_section_banner_animation .tx1 img {
    width: 630px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box1 {
    left: 800px;
    top: 88px;
    width: 150px;
    transform: rotateY(30deg);
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box2 {
    left: 380px;
    top: 212px;
    width: 40px;
  }

  .for_section_banner .for_section_banner_animation .banner_pic_box3 {
    left: 875px;
    top: 362px;
    width: 30px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop1 {
    left: 300px;
    top: 186px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop2 {
    left: 283px;
    top: 182px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop3 {
    left: 280px;
    top: 164px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop4 {
    left: 298px;
    top: 164px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop5 {
    left: 282px;
    top: 143px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop6 {
    left: 262px;
    top: 133px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop7 {
    left: 351px;
    top: 191px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop8 {
    left: 366px;
    top: 175px;
    width: 5px;
    height: 5px;
  }

  .for_section_banner .for_section_banner_animation .tx1 .drop9 {
    left: 380px;
    top: 158px;
  }

  @keyframes drop9 {
    0% {
      transform: translateY(8px);
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    90% {
      transform: translateY(-5px);
    }

    100% {
      opacity: 0;
    }
  }

  /* global_payments_banner */
  .global_payments_banner {
    height: 600px;
    overflow: hidden;
  }

  .global_payments_banner_animation {
    width: 713px;
    height: 538px;
    position: relative;
    left: 522px;
    top: 76px;
  }

  .global_payments_banner_animation::before {
    width: 713px;
    height: 538px;
  }

  .global_payments_banner_animation .global_payments_banner_img {
    left: 86px;
    top: 140px;
    width: 550px;
    height: 345px;
  }

  .global_payments_banner_animation .global_payments_banner_icon1 {
    left: 100px;
    top: 196px;
    width: 60px;
  }

  .global_payments_banner_animation .global_payments_banner_icon2 {
    left: 375px;
    top: 88px;
  }

  .global_payments_banner_animation .global_payments_banner_icon3 {
    left: 572px;
    top: 346px;
    width: 60px;
  }

  .global_payments_banner_animation .global_payments_banner_icon4 {
    left: 360px;
    top: 455px;
    width: 88px;
  }

  .global_payments_banner_animation .global_payments_banner_icon4::before {
    left: -10px;
    top: -12px;
    width: 115px;
    height: 100px;
  }

  .global_payments_banner_animation .global_payments_banner_icon5 {
    left: 253px;
    top: 94px;
    width: 80px;
  }

  .global_payments_banner_animation .global_payments_banner_icon6 {
    left: 460px;
    top: 214px;
    width: 100px;
  }

  .global_payments_banner_animation .global_payments_banner_icon7 {
    left: 318px;
    top: 292px;
    width: 88px;
  }


  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line1 {
    left: 322px;
    top: 56px;
    width: 15px;
    height: 0;

    background: url(../images/global_payments_banner_line1.png) no-repeat left bottom;
    background-size: cover;
  }

  @keyframes global_payments_banner_line_1 {
    0% {
      height: 0;
      top: 100px;
    }

    100% {
      top: 56px;
      height: 43px;

    }
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line2 {
    left: 327px;
    top: 98px;
    width: 38px;
    height: 0px;

    background: url(../images/global_payments_banner_line2.png) no-repeat top left;
    background-size: cover;
  }

  @keyframes global_payments_banner_line_2 {
    0% {
      height: 0;
    }

    100% {
      height: 42px;
    }
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line3 {
    left: 182px;
    top: 72px;
    width: 0px;
    height: 81px;

    background: url(../images/global_payments_banner_line3.png) no-repeat right top;
    background-size: cover;
  }


  @keyframes global_payments_banner_line_3 {
    0% {
      width: 0;
      left: 324px;
    }

    100% {
      width: 150px;
    }
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line4 {
    left: 209px;
    top: 87px;
    width: 0px;
    height: 111px;

    background: url(../images/global_payments_banner_line4.png) no-repeat right top;
    background-size: cover;
  }

  @keyframes global_payments_banner_line_4 {
    0% {
      width: 0;
      left: 325px;
    }

    100% {
      width: 122px;
    }
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line5 {
    left: 256px;
    top: 92px;
    width: 0px;
    height: 26px;

    background: url(../images/global_payments_banner_line5.png) no-repeat right top;
    background-size: cover;
  }

  @keyframes global_payments_banner_line_5 {
    0% {
      width: 0;
      left: 330px;
    }

    100% {
      width: 74px;
    }
  }

  .global_payments_banner_animation .global_payments_banner_img .global_payments_banner_line6 {
    left: 264px;
    top: 98px;
    width: 0px;
    height: 56px;

    background: url(../images/global_payments_banner_line6.png) no-repeat right top;
    background-size: cover;
  }


  @keyframes global_payments_banner_line_6 {
    0% {
      width: 0;
      left: 330px;
    }

    100% {
      width: 58px;
    }
  }

  /* platform_collection_banner */
  .platform_collection_banner {
    height: 600px;
  }

  .platform_collection_banner .platform_collection_banner_animation {
    width: 930px;
    height: 467px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box1 {
    left: 344px;
    top: 264px;
    width: 33px;
    height: 40px;
  }




  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores {
    width: 492px;
    height: 398px;
    left: 245px;
    top: 25px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box_fores::after {
    left: 302px;
    top: 148px;
    width: 210px;
    height: 152px;
  }


  .platform_collection_banner_animation .dian .dian1 {
    left: 18px;
    top: 437px;
  }

  @keyframes platform_banner_animation_dian_1 {
    0% {
      left: 18px;
      top: 437px;
      opacity: 1;
    }

    25% {
      left: 181px;
      top: 335px;
      opacity: 1;
    }

    50% {
      left: 342px;
      top: 433px;
      opacity: 1;
    }

    75% {
      left: 427px;
      top: 382px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 528px;
      top: 440px;
      opacity: 0;
    }
  }


  .platform_collection_banner_animation .dian .dian2 {
    left: 118px;
    top: 232px;
  }

  @keyframes platform_banner_animation_dian_2 {
    0% {
      left: 118px;
      top: 232px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 235px;
      top: 302px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian3 {
    left: 865px;
    top: 426px;
  }

  @keyframes platform_banner_animation_dian_3 {
    0% {
      left: 865px;
      top: 426px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    50% {
      left: 764px;
      top: 369px;
      opacity: 1;
    }

    95% {
      opacity: 1;
    }

    100% {
      left: 645px;
      top: 441px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian4 {
    left: 860px;
    top: 216px;
  }

  @keyframes platform_banner_animation_dian_4 {
    0% {
      left: 860px;
      top: 216px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    50% {
      left: 760px;
      top: 272px;
      opacity: 1;
    }

    98% {
      opacity: 1;
    }

    100% {
      left: 696px;
      top: 232px;
      opacity: 0;
    }
  }

  .platform_collection_banner_animation .dian .dian5 {
    left: 504px;
    top: 121px;
  }

  @keyframes platform_banner_animation_dian_5 {
    0% {
      left: 504px;
      top: 121px;
      opacity: 0;
    }

    1% {
      opacity: 1;
    }

    35% {
      left: 568px;
      top: 82px;
      opacity: 1;
    }

    75% {
      left: 693px;
      top: 158px;
      opacity: 1;
    }

    98% {
      opacity: 1;
    }

    100% {
      left: 660px;
      top: 180px;
      opacity: 0;
    }
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box2 {
    left: 623px;
    top: 185px;
    width: 84px;
    height: 60px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box3 {
    left: 613px;
    top: 214px;
    width: 76px;
    height: 65px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 {
    left: 280px;
    top: 129px;
    transform: rotateY(32deg) rotateZ(25deg);
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp {
    width: 110px;
    line-height: 20px;
    padding: 2px 2px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt1,
  .platform_collection_banner .platform_collection_banner_animation .platform_banner_pic_box4 .inp .txt2 {
    font-size: 12px;
    line-height: 20px;
  }


  /* trusted_section_banner */
  .trusted_section_banner {
    height: 600px;
  }

  .trusted_section_banner_animateion {
    left: 392px;
    top: 43px;
    width: 900px;
    height: 567px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_s {
    left: 348px;
    top: 286px;
    width: 65px;
    height: 99px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_b {
    left: 453px;
    top: 130px;
    width: 100px;
    height: 152px;
  }

  .trusted_section_banner_animateion::after {
    left: 412px;
    top: 282px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon1 {
    left: 204px;
    top: 126px;
    width: 40px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon1::after {
    left: -13px;
    transform: rotate(-4deg);
    top: 34px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon_x::after {
    width: 68px;
    height: 65px;
    z-index: -1;
  }

  .trusted_section_banner_animateion .trusted_banner_icon2 {
    left: 692px;
    top: 99px;
    width: 50px;
  }

  .trusted_section_banner_animateion .trusted_banner_icon3 {
    left: 715px;
    top: 377px;
    width: 43px;
  }

  .trusted_section_banner_animateion .line .line2 {
    left: 480px;
    top: 540px;
    transform: translate(-515px, -269px);
    opacity: 1;
  }

  @keyframes trusted_banner_animateion_line2 {
    0% {
      transform: translate(-515px, -269px);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(0px, 0px);
      opacity: 1;
    }

    100% {
      transform: translate(0px, 0px);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line3 {
    left: 421px;
    top: 32px;
    transform: translate(0px, 0px) rotate(116deg);
    opacity: 1;
  }

  @keyframes trusted_banner_animateion_line3 {
    0% {
      transform: translate(0px, 0px) rotate(116deg);

      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(-454px, 329px) rotate(116deg);
      opacity: 1;
    }

    100% {
      transform: translate(-454px, 329px) rotate(116deg);
      opacity: 0;
    }
  }


  .trusted_section_banner_animateion .line .line4 {
    left: 860px;
    top: 349px;
    transform: translate(0px, 0px) rotate(118deg);

    opacity: 1;
  }

  @keyframes trusted_banner_animateion_line4 {
    0% {
      transform: translate(0px, 0px) rotate(118deg);
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    80% {
      transform: translate(-272px, 195px) rotate(118deg);

      opacity: 1;
    }

    100% {
      transform: translate(-272px, 195px) rotate(118deg);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line5 {
    left: 860px;
    top: 156px;
    transform: translate(-540px, 387px) rotate(118deg);
    opacity: 1;
  }

  @keyframes trusted_banner_animateion_line5 {
    0% {
      transform: translate(-540px, 387px) rotate(118deg);
      opacity: 1;
    }

    45% {
      transform: translate(-461px, 332px) rotate(118deg);
      opacity: 1;
    }

    50% {

      opacity: 0;
    }

    60% {
      opacity: 0;
    }

    70% {
      transform: translate(-205px, 148px) rotate(118deg);
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      transform: translate(0px, 0px) rotate(118deg);
      opacity: 0;
    }
  }

  .trusted_section_banner_animateion .line .line6 {
    left: 882px;
    top: 395px;
    transform: translate(0px, 0px);
    opacity: 1;
  }

  @keyframes trusted_banner_animateion_line6 {
    0% {
      transform: translate(0px, 0px);
      opacity: 1;
    }

    45% {
      transform: translate(-262px, -137px);
      opacity: 1;
    }

    50% {

      opacity: 0;
    }

    60% {
      opacity: 0;
    }

    70% {
      transform: translate(-538px, -280px);
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      transform: translate(-650px, -340px);
      opacity: 0;
    }
  }


  /* foreign_trade_page 主体 */
  .foreign_trade_page {
    padding-top: 110px;
  }

  .foreign_trade_list ul li {
    padding: 40px 0 0;
  }

  .foreign_trade_li1 .li_con .article {
    white-space: normal;
  }

  .for_trade_section1_animation {
    width: 540px;
    height: 510px;
  }

  .for_trade_section1_animation_pic img.tx1 {
    left: -25px;
    top: 36px;
    width: 440px;
  }

  .for_trade_section1_animation_pic img.tx2 {
    top: 36px;
    left: 119px;
    width: 380px;
  }

  .for_trade_section1_animation .tx3 {
    left: 362px;
    top: 264px;
    width: 135px;
  }

  .for_trade_section1_animation .tx3 ul li p {
    padding-left: 20px;
  }

  .for_trade_section1_animation img.tx4 {
    width: 120px;
    left: 205px;
    top: 415px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box img {
    width: 60px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx1 {
    width: 100px;
    height: 100px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx2 {
    width: 260px;
    height: 260px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box {
    width: 620px;
    height: 620px;
    position: absolute;
    left: -95px;
    top: -75px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx3 {
    width: 440px;
    height: 440px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx4 {
    width: 620px;
    height: 620px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box {
    width: 520px;
    height: 422px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box1 {
    left: 0px;
    top: 86px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box2 {
    left: 290px;
    top: 60px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box3 {
    left: 30px;
    top: 280px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box4 {
    left: 314px;
    top: 265px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box1>img {
    width: 95px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box2>img {
    width: 100px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box3>img {
    width: 100px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box4>img {
    width: 84px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box p {
    font-size: 16px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx1 {
    width: 460px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3 {
    left: 296px;
    top: 144px;
    width: 155px;
    height: 136px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3 #myCanvas {
    width: 130px;
    height: 130px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div .img {
    top: 42px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx2 {
    width: 286px;
    height: 270px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div .prev {
    top: 82px;
    font-size: 15px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 {
    width: 858px;
    height: 397px;
    background: url(../images/for_pic12.png) no-repeat center;
    background-size: 75%;
    left: -225px;
    top: -38px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx2 {
    margin-left: 224px;
    width: 250px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx3 {
    width: 355px;
    margin-left: 68px;
    margin-top: -32px;
  }


  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj1 {
    left: 195px;
    top: 125px;
    width: 14px;
    height: 14px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj2 {
    left: 200px;
    top: 130px;
    width: 6px;
    height: 6px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj1 {
    left: 228px;
    top: 140px;
    width: 20px;
    height: 20px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj2 {
    left: 234px;
    top: 146px;
    width: 9px;
    height: 9px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj1 {
    left: 294px;
    top: 230px;
    width: 18px;
    height: 18px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj2 {
    left: 300px;
    top: 236px;
    width: 6px;
    height: 6px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj1 {
    left: 315px;
    top: 270px;
    width: 14px;
    height: 14px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj2 {
    left: 320px;
    top: 275px;
    width: 5px;
    height: 5px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj1 {
    left: 396px;
    top: 105px;
    width: 22px;
    height: 22px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj2 {
    left: 403px;
    top: 112px;
    width: 9px;
    height: 9px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj1 {
    left: 430px;
    top: 135px;
    width: 16px;
    height: 16px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj2 {
    left: 435px;
    top: 140px;
    width: 6px;
    height: 6px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj1 {
    left: 408px;
    top: 170px;
    width: 24px;
    height: 24px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj2 {
    left: 415px;
    top: 177px;
    width: 9px;
    height: 9px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj1 {
    left: 442px;
    top: 90px;
    width: 13px;
    height: 13px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj2 {
    left: 447px;
    top: 95px;
    width: 4px;
    height: 4px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj1 {
    left: 457px;
    top: 121px;
    width: 19px;
    height: 19px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj2 {
    left: 463px;
    top: 127px;
    width: 7px;
    height: 7px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj1 {
    left: 533px;
    top: 153px;

    width: 14px;
    height: 14px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj2 {
    left: 538px;
    top: 157px;
    width: 5px;
    height: 5px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj1 {
    left: 592px;
    top: 152px;
    width: 30px;
    height: 30px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj2 {
    left: 601px;
    top: 161px;
    width: 12px;
    height: 12px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj1 {
    left: 653px;
    top: 149px;
    width: 19px;
    height: 19px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj2 {
    left: 659px;
    top: 155px;
    width: 6px;
    height: 6px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj1 {
    left: 632px;
    top: 260px;
    width: 19px;
    height: 19px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj2 {
    left: 639px;
    top: 267px;
    width: 6px;
    height: 6px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx1 {
    left: -40px;
    top: 138px;
    width: 410px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box {
    width: 541px;
    height: 450px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .tx2 {
    margin-left: 130px;
    margin-top: 14px;
    width: 390px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx3 {
    left: 160px;
    top: 152px;
    width: 340px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .face_box {
    width: 450px;
    height: 404px;
    top: 14px;
    left: 84px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx1 {
    margin-left: -48px;
    width: 458px;
    height: 380px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx5 {
    left: 146px;
    top: 78px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx2 {
    left: 267px;
    top: 140px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  @keyframes fw_translate_scale1 {
    0% {
      width: 0;
      height: 0;
      top: 303px;
      opacity: 0;
    }

    100% {
      width: 300px;
      height: 203px;
      top: 115px;
      opacity: 1;
    }
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx3 {
    left: 200px;
    top: 210px;
    width: 40px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx4 {
    width: 52px;
    left: 259px;
    top: 270px;
  }

  /* .foreign_trade_section2 .foreign_trade_list2 {
    top: 140px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .left {
    width: 210px;
    padding: 40px 0px 7px 25px;
    top: 122px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .left ul li {
    margin-bottom: 40px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center {
    padding: 50px 50px 28px 195px;
    width: 675px;
    margin-left: 50px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .right {
    width: 330px;
    padding: 50px 40px 28px 44px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center h2 {
    width: 280px;
    font-size: 22px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .right h2 {
    width: 220px;
    font-size: 22px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .center ul li {
    font-size: 14px;
    padding: 20px 0 20px;
  }

  .foreign_trade_section2 .foreign_trade_list2 .right ul li {
    font-size: 14px;
    padding: 20px 0 20px;
  } */

  .foreign_trade_section3 {
    padding: 350px 0 142px;
  }

  .home_content .con_title h2 {
    font-size: 36px;
    line-height: 58px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body {
    background-size: 100% 100%;
    padding: 100px 60px 70px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper {
    width: 1070px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide {
    width: 1070px;
  }


  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .title {
    width: 580px;
    font-size: 18px;
    margin-bottom: 80px;

  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info {
    width: 580px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p {
    font-size: 16px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p {
    font-size: 16px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .area p {
    font-size: 16px;
  }

  .foregin_trade_section5 .account_bottom_contact_link {
    font-size: 20px;
    padding: 10px 30px;
  }

  /* platform_collection_new */
  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx1 {
    margin-left: -30px;
    width: 460px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx2 {
    width: 350px;
    height: 282px;
    left: 186px;
    top: 134px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx3 {
    top: 25px;
    width: 170px;
    height: 173px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx4 {
    left: 230px;
  }

  .platform_collection_section2_animation_pic>img {
    width: 480px;
  }

  .platform_collection_section2_animation_pic .platform_collection_icon1 {
    left: 0px;
    top: 210px;
    width: 180px;
  }

  @keyframes platform_collection_animate_icon1 {
    0% {
      left: 0;
      opacity: 0;
    }

    100% {
      left: 255px;
      opacity: 1;
    }
  }

  .platform_collection_section2_animation_pic .platform_collection_icon2 {
    top: 400px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic {
    height: 480px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic>img {
    width: 420px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon3 {
    left: 180px;
    top: 11px;
    width: 325px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon1 {
    width: 240px;
    left: 273px;
    top: -62px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon2 {
    width: 249px;
    left: 295px;
    top: 124px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic>img {
    width: 360px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon1 {
    left: -60px;
    top: 3px;
    width: 185px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon5 {
    width: 260px;
    left: 218px;
    top: 147px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon2 {
    left: 173px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon3 {
    left: 328px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon4 {
    left: 173px;
  }

  .foreign_trade_section4 {
    padding: 100px 0 70px;
  }

  .foreign_trade_section4 .con_title h2 {
    font-size: 30px;
  }

  .foreign_trade_section4 .con_title {
    padding-bottom: 40px;
  }


  .platform_collection_new_section2 .platform_collection_new_animate_pic .tx1 {
    right: 0;
    top: 148px;
    width: 384px;
    height: 470px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 {
    padding: 125px 0px 96px;
    width: 45%;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon1 {
    left: 100px;
    top: 208px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon2 {
    left: 156px;
    top: 356px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon3 {
    left: 506px;
    top: 200px;
  }

  .platform_collection_new_section2 .platform_collection_new_animate_pic .icon4 {
    left: 550px;
    top: 326px;
  }

  .foregin_trade_section5 {
    padding: 90px 0 80px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .tx1 {
    margin-left: -40px;
    width: 430px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon2 {
    left: 85px;
    top: 46px;
    width: 375px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon3 {
    left: 310px;
    margin-left: 38px;
    top: 225px;
    width: 180px;
  }

  /* global_payments_new */

  .global_payments1_new_animation_pic>img.tx1 {
    width: 500px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon1 {
    width: 460px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon2 {
    left: 130px;
    top: 220px;
    width: 54px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon3 {
    left: 100px;
    width: 54px;
    top: 253px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon4 {
    left: 378px;
    top: 70px;
    width: 140px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon5 {
    left: 340px;
    top: 215px;
    width: 130px;
  }

  .global_payments2_new_animation_pic {
    width: 560px;
    height: 415px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .global_payments2_new_animation_pic>img.tx1 {
    width: 510px;
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon1 {
    width: 360px;
    top: 56px;
  }

  @keyframes global_payments_animate_ani_icon1 {
    0% {
      left: -303px;
    }

    100% {
      left: -6px;
    }
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon3 {
    left: 176px;
    top: 114px;
    width: 325px;
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon2 {
    left: 338px;
    top: 256px;
    width: 148px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info {
    width: 320px;
    padding: 22px 22px 0px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon1 {
    left: 140px;
  }

  .global_payments1_new_animation_pic {
    height: 450px;
  }

  .global_payments3_new_animation_pic {
    width: 510px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li .prev {
    font-size: 12px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li p {
    font-size: 12px;

  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li {
    height: 22px;
    line-height: 22px;
  }

  /* trusted_exchange1_new */

  .trusted_exchange1_new_animation_pic>img.tx1 {
    width: 480px;
  }

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx2 {
    width: 420px;
    left: 104px;
    top: 200px;
  }

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx4 {
    left: 188px;
    top: 120px;
    width: 33px;
  }

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx3 {
    left: 155px;
    top: -18px;
    width: 185px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon1 {
    left: 26px;
    width: 435px;
    top: -30px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon5 {
    left: 16px;
    top: 8px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon4 {
    left: -65px;
    top: 266px;
    width: 200px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon3 {
    left: 380px;
    top: 40px;
    width: 110px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon2 {
    left: 305px;
    top: 65px;
    width: 130px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon3 {
    left: 10px;
    top: 92px;
    width: 140px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon4 {
    left: 0px;
    top: 246px;
    width: 140px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon5 {
    left: 240px;
    top: 344px;
    width: 125px;
  }


}

/* 768 banner */
.mobile_foreign_trade_list2 {
  display: none;
}

.mobile_for_banner_animation {
  display: none;
}

.mobile_platform_banner_animation {
  display: none;
}

.mobile_global_payments_banner_animation {
  display: none;
}

.mobile_trusted_banner_animateion {
  display: none;
}

.foreign_trade_section4 .con_title .m_link .m_xx {
  display: none;
}

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

  .section_container_con {
    width: 100% !important;
  }

  .foreign_trade_section4 .con_title .m_link .xx {
    display: none;
  }

  .foreign_trade_section4 .con_title .m_link i {
    display: none;
  }

  .foreign_trade_section4 .con_title .m_link .m_xx {
    display: block;
    width: 42px;
    height: 24px;
    background: url(../images/right_icon1.svg) no-repeat center;
    background-size: 100% 100%;
  }

  /* .foreign_trade_section4 .con_title .m_link i::after {
    background: url("../images/right_icon1.png") no-repeat center;
    background-size: cover;
  } */

  .foreign_trade_list ul li .pic_box {
    padding-left: 0;
  }

  .foreign_trade_list ul li .text_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .foreign_trade_section1 .foreign_trade_list ul li .li_con {
    padding-left: 0%;
  }

  .foreign_trade_section1 .foreign_trade_list ul li:nth-of-type(even) .li_con {
    padding-left: 0;
    padding-right: 0%;
  }

  .foreign_trade_list ul li:nth-of-type(even) .text_box {
    padding-right: 0;
    padding-left: 0px;
    left: inherit;
    right: 0;
  }

  .foreign_trade_li1 .article {
    white-space: normal;
  }

  .foreign_trade_li3 .article {
    white-space: normal;
  }



  /*  platform_collection_new*/

  .platform_collection_new_list ul li .text_box {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .platform_collection_new_section1 .platform_collection_new_list ul li .li_con {
    padding-left: 0%;
  }

  .platform_collection_new_section1 .platform_collection_new_list ul li:nth-of-type(even) .li_con {
    padding-left: 0;
    padding-right: 0%;
  }


  .platform_collection_new_list ul li:nth-of-type(even) .text_box {
    padding-left: 0px;
  }

  .foreign_trade_list ul li .pic_box {
    padding-left: 0;
  }

  .platform_collection_new_list ul li.platform_collection_new_li1 .text_box .article p {
    white-space: normal;
  }

  .platform_collection_new_list ul li.platform_collection_new_li1 .text_box .article_s {
    width: 320px !important;
  }

  .platform_collection_new_list ul li .pic_box {
    padding-left: 0px;
  }


  /* global_banner_text */

  .global_banner_text {
    padding-top: 125px;
  }

  .global_banner_text .text_box h2 {
    font-size: 22px;
    line-height: 40px;
  }


  .global_banner_text .text_box p {
    width: 279px;
    font-size: 14px;
    line-height: 24px;
  }

  .global_banner_text .global_banner_link {
    padding-left: 25px;
    padding-right: 25px;

  }

  .global_banner_text .global_banner_link {
    margin-top: 35px;
    min-width: 130px;
  }

  .global_banner_text .global_banner_link {
    height: 40px;
    font-size: 14px;
    line-height: 25px;
    padding: 8px 15px;
  }

  /* 
  for_section_banner
   for_section_banner_animation 
   platform_collection_banner
   platform_collection_banner_animation
   global_payments_banner
   global_payments_banner_animation
   trusted_section_banner
   trusted_section_banner_animateion
   */

  .for_section_banner {
    height: 380px;
  }

  .platform_collection_banner {
    height: 380px;
  }

  .global_payments_banner {
    height: 380px;
  }

  .trusted_section_banner {
    height: 380px;
  }

  .for_section_banner_animation {
    display: none;
  }

  .global_payments_banner_animation {
    display: none;
  }

  .platform_collection_banner_animation {
    display: none;
  }

  .trusted_section_banner_animateion {
    display: none;
  }

  .mobile_for_banner_animation {
    display: block;
    width: 400px;
    height: 300px;
    position: absolute;
    right: -44px;
    top: 140px;
    opacity: 0.6;
  }

  .mobile_global_payments_banner_animation {
    display: block;
    width: 400px;
    height: 200px;
    position: absolute;
    right: -16px;
    top: 108px;
    opacity: 0.6;
  }

  .mobile_platform_banner_animation {
    display: block;
    width: 510px;
    height: 420px;
    position: absolute;
    right: -119px;
    top: 136px;
    opacity: 0.6;
  }

  .platform_collection_new_list ul li {
    padding: 40px 0 0;
  }

  /* .mobile_platform_banner_animation {
  display: block;
  width: 340px;
  height: 235px;
  position: absolute;
  right: -38px;
  top: 256px;
} */

  .mobile_trusted_banner_animateion {
    display: block;
    width: 355px;
    height: 200px;
    position: absolute;
    right: 1px;
    top: 149px;
    opacity: 0.6;
  }

  .mobile_for_banner_animation img,
  .mobile_global_payments_banner_animation img,
  .mobile_platform_banner_animation img,
  .mobile_trusted_banner_animateion img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* 主体 */
  .foreign_trade_list ul li:nth-of-type(even) .pic_box {
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0px;
  }

  .home_content .con_title {
    width: 100%;
    padding-bottom: 40px;
  }

  .home_content .con_title h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .foreign_trade_page {
    padding-top: 60px;
  }

  .foreign_trade_list ul li .text_box .title {
    font-size: 18px;
  }

  .foreign_trade_list ul li .text_box .article {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }

  .foreign_trade_list ul li .text_box .article p i {
    top: 2px;
  }

  .foreign_trade_list ul li .li_con {
    padding: 0;
  }

  .foreign_trade_list ul li.foreign_trade_li1 {
    padding: 0px 0 0;
  }

  .for_trade_section1_animation {
    width: 100%;
    height: 510px;
  }

  .for_trade_section1_animation_pic img.tx1 {
    left: -33px;
    top: 36px;
    width: 340px;
  }

  .for_trade_section1_animation_pic img.tx2 {
    top: 36px;
    left: 75px;
    width: 280px;
  }

  .for_trade_section1_animation {
    width: 100%;
    height: 400px;
  }

  .for_trade_section1_animation .tx3 {
    left: 220px;
    top: 214px;
    width: 112px;
  }

  .for_trade_section1_animation .tx3 ul li {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 4px 0;
  }

  .for_trade_section1_animation img.tx4 {
    /* width: 100px; */
    /* left: 75px; */
    /* top: 320px; */
    display: none !important;
    animation-name: fadeInBottomLeft;
  }

  .foreign_trade_section1 .foreign_trade_li2 {
    /* background: linear-gradient(to left, #00bbac, #01b6db, #007ac3) */
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box {
    width: 590px;
    height: 590px;
    position: absolute;
    left: -112px;
    top: 0px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box {
    width: 100%;
    height: 315px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box1 {
    left: 0px;
    top: 20px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box1>img {
    width: 70px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box2 {
    left: 200px;
    top: 0px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box2>img {
    width: 70px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box3 {
    left: 25px;
    top: 200px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box3>img {
    width: 70px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box4 {
    left: 224px;
    top: 185px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box .pic_text_box4>img {
    width: 70px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_box p {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 10px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx1 {
    margin-left: -29px;
    width: 330px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx2 {
    width: 228px;
    height: 210px;
    left: 117px;
    top: 50px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3 {
    left: 215px;
    top: 104px;
    width: 115px;
    height: 110px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3 #myCanvas {
    width: 100px;
    height: 100px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div .prev {
    top: 61px;
    font-size: 12px;
  }

  .foreign_trade_section1 .foreign_trade_li3 .for_animate_bz_pic .tx3>div .img {
    top: 40px;
    width: 15px;
    height: 20px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 {
    width: 858px;
    height: 384px;
    background: url(../images/for_pic12.png) no-repeat center;
    background-size: 50%;
    left: -261px;
    top: -88px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx2 {
    margin-left: 180px;
    width: 160px;
    margin-top: -5px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx3 {
    width: 255px;
    margin-left: 80px;
    margin-top: -25px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj1 {
    left: 274px;
    top: 144px;
    width: 10px;
    height: 10px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color1 .bj2 {
    left: 277px;
    top: 147px;
    width: 4px;
    height: 4px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj1 {
    left: 300px;
    top: 160px;
    width: 16px;
    height: 16px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color2 .bj2 {
    left: 305px;
    top: 165px;
    width: 7px;
    height: 7px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj1 {
    left: 340px;
    top: 210px;
    width: 14px;
    height: 14px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color3 .bj2 {
    left: 345px;
    top: 215px;
    width: 4px;
    height: 4px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj1 {
    left: 354px;
    top: 234px;
    width: 12px;
    height: 12px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color4 .bj2 {
    left: 358px;
    top: 238px;
    width: 4px;
    height: 4px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj1 {
    left: 404px;
    top: 125px;
    width: 18px;
    height: 18px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color5 .bj2 {
    left: 410px;
    top: 131px;
    width: 6px;
    height: 6px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj1 {
    left: 430px;
    top: 140px;
    width: 14px;
    height: 14px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color6 .bj2 {
    left: 435px;
    top: 144px;
    width: 4px;
    height: 4px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj1 {
    left: 408px;
    top: 170px;
    width: 22px;
    height: 22px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color7 .bj2 {
    left: 416px;
    top: 177px;
    width: 7px;
    height: 7px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj1 {
    left: 436px;
    top: 119px;
    width: 11px;
    height: 11px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color8 .bj2 {
    left: 440px;
    top: 123px;
    width: 3px;
    height: 3px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj1 {
    left: 450px;
    top: 126px;
    width: 17px;
    height: 17px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color9 .bj2 {
    left: 456px;
    top: 132px;
    width: 5px;
    height: 5px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj1 {
    left: 493px;
    top: 155px;

    width: 14px;
    height: 14px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color10 .bj2 {
    left: 498px;
    top: 160px;
    width: 5px;
    height: 5px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj1 {
    left: 530px;
    top: 162px;
    width: 26px;
    height: 26px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color11 .bj2 {
    left: 539px;
    top: 171px;
    width: 8px;
    height: 8px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj1 {
    left: 574px;
    top: 168px;
    width: 17px;
    height: 17px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color12 .bj2 {
    left: 580px;
    top: 174px;
    width: 6px;
    height: 6px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj1 {
    left: 565px;
    top: 235px;
    width: 17px;
    height: 17px;
  }

  .foreign_trade_section1 .foreign_trade_li4 .for_animate_fg_pic .tx1 .color13 .bj2 {
    left: 572px;
    top: 241px;
    width: 4px;
    height: 4px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx1 {
    left: -35px;
    top: 114px;
    width: 300px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box {
    width: 100%;
    height: 390px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_animate_hg_pic .tx3 {
    left: 92px;
    top: 140px;
    width: 260px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .tx2 {
    margin-left: 76px;
    margin-top: 14px;
    width: 310px;
  }

  .foreign_trade_section1 .foreign_trade_li5 .for_rotate_box .face_box {
    width: 282px;
    height: 314px;
    top: 11px;
    left: 81px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx1 {
    margin-left: -35px;
    width: 330px;
    height: 270px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx2 {
    left: 194px;
    top: 140px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  @keyframes fw_translate_scale1 {
    0% {
      width: 0;
      height: 0;
      top: 280px;
      opacity: 0;
    }

    100% {
      width: 185px;
      height: 143px;
      top: 160px;
      opacity: 1;
    }
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx3 {
    left: 140px;
    top: 228px;
    width: 32px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx4 {
    width: 44px;
    left: 180px;
    top: 266px;
  }

  .foreign_trade_section1 .foreign_trade_li6 .for_animate_fw_pic .tx5 {
    left: 128px;
    top: 138px;
    width: 206px;
  }

  .foreign_trade_section1 {
    padding-bottom: 60px;
  }

  .foreign_trade_section3 {
    padding: 1060px 0 85px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper {
    width: 100%;
    border-radius: 10px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide {
    width: 100%;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body {
    padding: 15px 15px 15px;
    border-radius: 10px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .title {
    width: 60%;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p strong {
    font-size: 15px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p {
    font-size: 13px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .name p:first-child {
    margin-bottom: 0px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -50px !important;
    left: 0;
    width: 100%;
  }

  /* 常见问题 */
  .foreign_trade_section4 {
    padding: 60px 0 60px;
  }

  .foreign_trade_section4 .con_title .m_link {
    position: absolute;
    right: 0px;
    top: 10px;
    display: flex;
    align-items: center;
  }

  .foreign_trade_section4 .con_title .m_link .xx {
    left: -19px;
    top: 12px;
    width: 34px;
    height: 0px;
    border: 1.5px solid #1F78F0;
  }

  .foreign_trade_section4 .con_title .m_link i {
    width: 26px;
    height: 26px;
  }

  .foreign_trade_section4 .con_title .m_link i::after {
    left: -25px;
    top: -2px;
    background-size: 80%;
  }

  .foreign_trade_section4 .con_title .m_link .m_more {
    padding-left: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .foregin_trade_section5 .account_bottom_contact_link {
    width: 120px;
    font-size: 15px;
    padding: 3px 20px;
  }

  /* platform_collection_new */
  .platform_collection_new_page {
    padding-top: 0px;
  }

  .platform_collection_new_list ul li .text_box .title {
    font-size: 18px;
  }

  .platform_collection_new_list ul li .text_box .article {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }

  .platform_collection_new_list ul li.platform_collection_new_li3 .text_box .article {
    width: 350px;
  }

  .platform_collection_new_list ul li .text_box .article p i {
    top: 2px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx1 {
    margin-left: -28px;
    width: 310px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx2 {
    width: 268px;
    height: 220px;
    left: 113px;
    top: 85px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx3 {
    top: 10px;
    width: 135px;
    height: 128px;
  }

  .platform_collection_new_li1 .pic_box .platform_collection_section1_animation_pic .tx4 {
    left: 155px;
    width: 180px;
  }

  .platform_collection_section2_animation_pic>img {
    width: 500px;
  }

  .platform_collection_new_list ul li:nth-of-type(even) .pic_box {
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0px;
  }

  .platform_collection_section2_animation_pic .platform_collection_icon1 {
    left: 0px;
    top: 146px;
    width: 150px;
  }

  @keyframes platform_collection_animate_icon1 {
    0% {
      left: 0;
      opacity: 0;
    }

    100% {
      left: 185px;
      opacity: 1;
    }
  }

  .platform_collection_section2_animation_pic .platform_collection_icon2 {
    width: 100px;
    top: 300px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic {
    height: 270px;
    margin: 35px 0 0;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic>img {
    width: 320px;
    margin-left: -35px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon1 {
    width: 185px;
    left: 175px;
    top: -50px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon2 {
    width: 192px;
    left: 188px;
    top: 100px;
  }

  .platform_collection_new_li3 .platform_collection_section3_animation_pic .platform_collection3_icon3 {
    left: 106px;
    top: 11px;
    width: 236px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic {
    width: 100%;
    height: 326px;
    margin-right: 0px;
  }

  .platform_collection_new_li4.platform_collection_new_li4_list4 {
    margin-top: 68px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic>img {
    width: 270px;
  }


  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon2 {
    width: 258px;
    top: -55px;
    left: 105px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon4 {
    width: 268px;
    left: 105px;
    top: 140px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon3 {
    left: 222px;
    top: 104px;
    width: 33px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon1 {
    left: -28px;
    top: -3px;
    width: 150px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .tx1 {
    margin-left: -38px;
    width: 321px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon1 {
    left: 128px;
    width: 212px;
    height: 100%;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon2 {
    left: 9px;
    top: 48px;
    width: 236px;
  }

  .platform_collection_new_li5 .pic_box .platform_collection_section5_animation_pic .platform_collection5_icon3 {
    left: 192px;
    margin-left: 38px;
    top: 170px;
    width: 135px;
  }

  .platform_collection_new_section1 {
    padding-bottom: 40px;
  }

  .platform_collection_new_animate_pic {
    display: none;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 {
    width: 100%;
    padding: 40px 0px 40px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .article p {
    padding: 15px 0;
    padding-left: 30px;
    font-size: 13px;
    line-height: 22px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .article p i {
    top: 18px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
    width: 265px;
    padding: 8px 22px;
    white-space: nowrap;
    margin-top: 30px;
  }

  .platform_collection_new_section2 .platform_collection_new_list2 .solution_click_btn {
    font-size: 13px;
  }

  .foregin_trade_section5 h2 {
    font-size: 24px;
    white-space: nowrap;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .foregin_trade_section5 {
    padding: 40px 0 40px;
  }

  .platform_collection_new_li4 .platform_collection_section4_animation_pic .platform_collection4_icon5 {
    width: 190px;
    left: 155px;
    top: 90px;
  }


  /* global_payments_new */

  .global_payments1_new_animation_pic {
    width: 100%;
    height: 330px;
  }

  .global_payments1_new_animation_pic>img.tx1 {
    width: 350px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon1 {
    width: 300px;
    margin-left: 60px;
    margin-top: -12px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon2 {
    left: 104px;
    top: 157px;
    width: 38px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon3 {
    left: 92px;
    width: 38px;
    top: 181px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon4 {
    left: 235px;
    top: 42px;
    width: 118px;
  }

  .global_payments1_new_animation_pic .global_payments1_img .global_payments_icon5 {
    left: 230px;
    top: 170px;
    width: 108px;
  }

  .global_payments2_new_animation_pic {
    width: 100%;
    height: 340px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .global_payments2_new_animation_pic>img.tx1 {
    margin-left: -35px;
    margin-top: -36px;
    width: 386px;
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon1 {
    width: 276px;
    top: 42px;
  }

  @keyframes global_payments_animate_ani_icon1 {
    0% {
      left: -303px;
    }

    100% {
      left: 2px;
    }
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon3 {
    left: 144px;
    top: 105px;
    width: 190px;
  }

  .global_payments2_new_animation_pic .global_payments2_img .global_payments_icon2 {
    left: 244px;
    top: 192px;
    width: 128px;
  }

  .global_payments3_new_animation_pic {
    width: 100%;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info {
    width: 100%;
    padding: 16px 16px 0px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info h2 {
    font-size: 18px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul {
    margin-bottom: 20px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li {
    height: 20px;
    line-height: 20px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_info ul li .prev {
    line-height: 20px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon1 {
    position: absolute;
    left: 98px;
    top: 124px;
    width: 235px;
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2 {
    width: 150px;
    display: none;
  }

  @keyframes global_payments_ani_mate_icon2 {

    0%,
    100% {
      transform: translate(37%, 0px);
    }

    50% {
      transform: translate(37%, 18px);
    }
  }

  .global_payments3_new_animation_pic .global_payments3_img .global_payments_icon2::after {
    width: 34px;
    height: 30px;
  }



  /* trusted_exchange_new */

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx2 {
    width: 350px;
    left: 30px;
    top: 130px;
  }

  .platform_collection_new_li_x_list2 {
    margin-top: 50px;
  }

  .trusted_exchange1_new_animation_pic>img.tx1 {
    width: 328px;
    margin-left: -30px;
    margin-bottom: 40px;
  }

  .trusted_exchange_new1 .trusted_exchange1_new_animation_pic .tx4 {
    left: 154px;
    top: 98px;
    width: 28px;
  }

  .trusted_exchange2_new_pic2 {
    width: 100%;
    height: 390px;
  }

  .trusted_exchange2_new_pic2>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-44%, -36%);
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon1 {
    width: 192px;
    transform: translate(-34%, -56%);
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_point {
    margin-left: -44px;
    margin-top: -90px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon2 {
    left: 236px;
    top: 20px;
    width: 120px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon3 {
    left: 20px;
    top: 55px;
    width: 130px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon4 {
    left: 12px;
    top: 186px;
    width: 125px;
  }

  .trusted_exchange2_new_pic2 .trusted_exchange2_icon5 {
    left: 208px;
    top: 250px;
    width: 115px;
  }

  .trusted_exchange2_new_pic3 {
    width: 100%;
    height: 360px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon1 {
    left: 0px;
    width: 316px;
    top: 30px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon2 {
    left: -10px;
    top: -10px;
    width: 90px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon3 {
    left: 232px;
    top: 65px;
    width: 90px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon4 {
    left: -30px;
    top: 266px;
    width: 130px;
  }

  .trusted_exchange2_new_pic3 .trusted_exchange2_img .trusted_exchange2_icon5 {
    left: 2px;
    top: 46px;
    width: 240px;
  }

  .platform_collection_new_list ul li.platform_collection_new_li1 .text_box .article {
    width: 340px;
    text-align: justify;
  }

  .foreign_trade_list ul li .text_box .article {
    width: 350px;
  }

  .platform_collection_new_list ul li.platform_collection_new_li5 .text_box .article {
    white-space: nowrap;
  }


  /* foreign_trade_section2 */

  .foreign_trade_section2 .foreign_trade_list2 {
    display: none;
  }

  .mobile_foreign_trade_list2 {
    display: block;
    padding-top: 60px;
  }

  .mobile_foreign_trade_list2 .left {
    width: 100%;
    background: linear-gradient(315deg, #11C9C0 0%, #1F78F0 100%);
    margin-bottom: 20px;
    border-radius: 24px;
  }

  .mobile_foreign_trade_list2 .left ul {
    padding: 20px 30px;
    box-sizing: border-box;
  }

  .mobile_foreign_trade_list2 .left ul li {
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
  }

  .mobile_foreign_trade_list2 .center {
    width: 100%;
    background: linear-gradient(315deg, #11C9C0 0%, #1F78F0 100%);
    margin-bottom: 20px;
    border-radius: 24px;
    padding-top: 30px;
    box-sizing: border-box;
  }

  .mobile_foreign_trade_list2 .center h2 {
    width: 260px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 41px;
    font-size: 21px;
    line-height: 46px;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
  }

  .mobile_foreign_trade_list2 .center ul {
    padding: 20px 30px;
    box-sizing: border-box;
  }

  .mobile_foreign_trade_list2 .center ul li {
    padding: 10px 0;
    text-align: justify;
    font-size: 13px;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 1px dashed #fff;
  }


  .mobile_foreign_trade_list2 .center ul li:last-child {
    border-bottom: none;
  }

  .mobile_foreign_trade_list2 .right {
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding-top: 30px;
    box-sizing: border-box;
  }

  .mobile_foreign_trade_list2 .right h2 {
    width: 260px;
    background: #F6F6F6;
    border-radius: 41px;
    font-size: 21px;
    line-height: 46px;
    color: #4D4D4D;
    margin: 0 auto;
    text-align: center;
  }

  .mobile_foreign_trade_list2 .right ul {
    padding: 20px 30px;
    box-sizing: border-box;
  }

  .mobile_foreign_trade_list2 .right ul li {
    padding: 10px 0;
    text-align: justify;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    border-bottom: 1px dashed #EEEEEE;
  }

  .mobile_foreign_trade_list2 .right ul li:last-child {
    border-bottom: none;
  }

  .platform_collection_new_list ul li .li_con {
    padding: 0 0;
  }


  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx2 {
    animation: animate_circle_box_a 2s linear 1s infinite;
  }

  @keyframes animate_circle_box_a {
    0% {
      transform: translate(-50%, -50%) scale(0.6);
      opacity: 1;
    }

    90% {
      opacity: 1;
    }

    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }

  .foreign_trade_section1 ul li:nth-of-type(even) {
    background: #f5f8fa;
  }

  .platform_collection_new_list ul li:nth-of-type(even) {
    background: #f5f8fa;
  }

  .platform_collection_new_list ul li.platform_collection_new_li2_list2 {
    margin-top: 68px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }

  .foreign_trade_section1 .foreign_trade_li2 {
    overflow: hidden;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx3 {
    animation: animate_circle_box_a 2s linear 2s infinite;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx4 {
    animation: animate_circle_box_a 2s linear 2.2s infinite;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx2 {
    width: 190px;
    height: 190px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx3 {
    width: 380px;
    height: 380px;
  }

  .foreign_trade_section1 .foreign_trade_li2 .for_animate_circle_box .tx4 {
    width: 560px;
    height: 560px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info {
    width: 210px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .area p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 24px;
  }

  .foreign_trade_section3 .foreign_trade_list3 .swiper .swiper-slide .for_trade_body .info .area p::after {
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../images/for_icon1.png) no-repeat center;
    background-size: cover;
  }

  .platform_collection_section2_animation_pic .platform_collection_icon2 {
    display: none;
  }

  .for_trade_section1_animation .tx3 ul li p {
    font-size: 14px;
  }

  .for_trade_section1_animation .tx3 ul li .icon1 {
    background-size: 90%;
  }

  .foreign_trade_section1 .for_trade_section1_animation .tx3 ul li:nth-of-type(even) {
    background: transparent;
  }

  .foreign_trade_list4 ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}



@media screen and (max-width:768px) {
  /* .platform_collection_new_list ul li .pic_box {
    display: none;
  }

  .foreign_trade_list ul li .pic_box {
    display: none;
  } */

}