.thAboutUS {
  width: 100%;
  background: #F5F5F5;
}
.thAboutUS .about-warp .highlight {
  color: #FF4000;
  font-weight: 600;
}
.thAboutUS .about-warp .banner {
  width: 100%;
  height: calc(100vh - 76px);
  border: none;
}
.thAboutUS .about-warp .banner .warp-flex {
  display: block;
}
.thAboutUS .about-warp .banner .box {
  width: 1200px;
  height: calc(100% - 67px);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thAboutUS .about-warp .banner .box::after {
  display: none;
}
.thAboutUS .about-warp .banner .box .arrowBox {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: visible 3s;
}
.thAboutUS .about-warp .banner .box .arrowBox .arrowIcon {
  font-size: 32px;
  color: #999999;
  animation: fadeInDown 1s infinite;
}
.thAboutUS .about-warp .banner .box .boxContainer {
  height: auto;
  position: relative;
}
.thAboutUS .about-warp .banner .box .warp-title .title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #FF4000;
  position: relative;
  margin-bottom: 12px;
  line-height: 34px;
}
.thAboutUS .about-warp .banner .box .warp-title .title::before {
  content: '';
  width: 80px;
  height: 8px;
  background: #FF4000;
  position: absolute;
  top: 50%;
  left: calc(50% - 150px);
  transform: translateY(-50%);
}
.thAboutUS .about-warp .banner .box .warp-title .title::after {
  content: '';
  width: 80px;
  height: 8px;
  background: #FF4000;
  position: absolute;
  top: 50%;
  right: calc(50% - 150px);
  transform: translateY(-50%);
}
.thAboutUS .about-warp .banner .box .warp-title .desc {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  color: #333333;
  text-align: center;
  margin: 0 0 32px 0;
}
.thAboutUS .about-warp .banner .box .content {
  width: 100%;
  display: flex;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  line-height: 25px;
}
.thAboutUS .about-warp .banner .box .content .leftContent {
  width: 358px;
  padding-top: 120px;
  position: relative;
}
.thAboutUS .about-warp .banner .box .content .leftContent .leftImage {
  display: inline-block;
  width: 26px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 2;
}
.thAboutUS .about-warp .banner .box .content .centerContent {
  width: 460px;
  height: 478px;
  margin: 0 54px 0 8px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.thAboutUS .about-warp .banner .box .content .centerContent img {
  width: 100%;
  height: 100%;
}
.thAboutUS .about-warp .banner .box .content .rightContent {
  width: 320px;
  padding-top: 120px;
}
.thAboutUS .about-warp .banner .box .content .rightContent span {
  position: relative;
}
.thAboutUS .about-warp .banner .box .content .rightContent span::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
.thAboutUS .about-warp .banner .box .content .rightContent .rightImage {
  display: inline-block;
  width: auto;
  height: 40px;
  margin: 52px 0 0 130px;
}
.thAboutUS .about-warp .banner .bottomWrap {
  width: 100%;
  height: 67px;
  background: #333333;
  position: relative;
  z-index: 10;
}
.thAboutUS .about-warp .banner .bottomWrap .content {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 26px;
  margin: 0 auto;
}
.thAboutUS .about-warp .banner .bottomWrap .content .label {
  font-weight: 600;
  margin-right: 24px;
}
.thAboutUS .about-warp .banner .bottomWrap .content .value {
  font-weight: 400;
  margin-right: 12px;
  padding: 4px 20px 4px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}
.thAboutUS .about-warp .banner .bottomWrap .content .value:last-child {
  margin-right: 0;
}
.thAboutUS .about-warp .coreAdvantages {
  width: 100%;
  background: #ffffff;
  padding: 122px 0 160px;
  display: block;
}
.thAboutUS .about-warp .coreAdvantages .warp-flex {
  width: 1200px;
  margin: 0 auto;
}
.thAboutUS .about-warp .coreAdvantages .warp-title {
  width: 100%;
}
.thAboutUS .about-warp .coreAdvantages h3 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  line-height: 45px;
  text-align: center;
}
.thAboutUS .about-warp .coreAdvantages .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 54px;
}
.thAboutUS .about-warp .coreAdvantages .list .item {
  width: 204px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-right: 40px;
}
.thAboutUS .about-warp .coreAdvantages .list .item:last-child {
  margin-right: 0;
}
.thAboutUS .about-warp .coreAdvantages .list .item .imgBox {
  width: 80px;
  height: 80px;
  background: #F2F2F2;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 32px;
}
.thAboutUS .about-warp .coreAdvantages .list .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: auto 80px;
}
.thAboutUS .about-warp .coreAdvantages .list .item .imgBox .img.img_1 {
  background-position: 0 0;
}
.thAboutUS .about-warp .coreAdvantages .list .item .imgBox .img.img_2 {
  background-position: -244px 0;
}
.thAboutUS .about-warp .coreAdvantages .list .item .imgBox .img.img_3 {
  background-position: -488px 0;
}
.thAboutUS .about-warp .coreAdvantages .list .item .imgBox .img.img_4 {
  background-position: -732px 0;
}
.thAboutUS .about-warp .coreAdvantages .list .item .imgBox .img.img_5 {
  background-position: -976px 0;
}
.thAboutUS .about-warp .coreAdvantages .list .item .text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: center;
}
.thAboutUS .about-warp .containerWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.thAboutUS .about-warp .platformBox {
  width: 100%;
  height: 620px;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
}
.thAboutUS .about-warp .platformBox .warp-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.thAboutUS .about-warp .platformBox .warp-title p {
  margin: 0;
}
.thAboutUS .about-warp .platformBox .warp-title .leftTitle {
  width: 538px;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
}
.thAboutUS .about-warp .platformBox .warp-title .rightTitle {
  width: 502px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  padding-top: 8px;
}
.thAboutUS .about-warp .platformBox .warp-title .bridgeImage {
  width: 32px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 2;
}
.thAboutUS .about-warp .platformBox .warp-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.thAboutUS .about-warp .platformBox .warp-flex .leftBox,
.thAboutUS .about-warp .platformBox .warp-flex .rightBox {
  width: 584px;
  height: 320px;
  background: #ffffff;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
}
.thAboutUS .about-warp .platformBox .warp-flex .leftBox p,
.thAboutUS .about-warp .platformBox .warp-flex .rightBox p {
  margin: 0;
}
.thAboutUS .about-warp .platformBox .warp-flex .leftBox span.fontWeight,
.thAboutUS .about-warp .platformBox .warp-flex .rightBox span.fontWeight {
  font-weight: 600;
}
.thAboutUS .about-warp .platformBox .warp-flex .leftBox {
  padding: 40px;
  background-size: auto 50px;
  background-position: 34px 240px;
  background-repeat: no-repeat;
}
.thAboutUS .about-warp .platformBox .warp-flex .rightBox {
  padding: 40px 178px 40px 40px;
  background-size: 240px auto;
  background-position: 343px 80px;
  background-repeat: no-repeat;
}
.thAboutUS .about-warp .developmentBox {
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0 0 0;
}
.thAboutUS .about-warp .developmentBox .developmentPlans {
  width: 1200px;
  height: 480px;
  border-radius: 24px;
  background-color: #333333;
  padding: 80px 52px 0 638px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
}
.thAboutUS .about-warp .developmentBox .developmentPlans .warp-title {
  width: 100%;
}
.thAboutUS .about-warp .developmentBox .developmentPlans .warp-title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 40px;
}
.thAboutUS .about-warp .developmentBox .developmentPlans .warp-title p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
}
.thAboutUS .about-warp .corporateCultureBox {
  width: 100%;
  background-color: #ffffff;
  background-size: 100% calc(100% - 80px);
  background-position: 0 80px;
  background-repeat: no-repeat;
  padding: 160px 0 78px;
}
.thAboutUS .about-warp .corporateCultureBox p {
  margin: 0;
}
.thAboutUS .about-warp .corporateCultureBox .corporateCultureTitle {
  width: 100%;
  height: 84px;
  padding-top: 0;
  display: block;
}
.thAboutUS .about-warp .corporateCultureBox .corporateCultureTitle .warp-title {
  width: 100%;
}
.thAboutUS .about-warp .corporateCultureBox .corporateCultureTitle .warp-title p {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  text-align: center;
  margin: 0;
}
.thAboutUS .about-warp .corporateCultureBox .listCard {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .title {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  text-align: left;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .card {
  width: 100%;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: contain;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .left {
  width: 584px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .left .card {
  padding: 40px 40px 36px 40px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .left .mission {
  min-height: 240px;
  margin-bottom: 32px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .left .vision {
  min-height: 240px;
  background-size: 80px 80px;
  background-position: 450px 30px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right {
  width: 584px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value {
  width: 100%;
  height: 512px;
  padding: 40px 36px 32px;
  background-position: 297px 108px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item {
  margin-top: 25px;
  position: relative;
  padding-left: 4px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item:last-child {
  margin-top: 70px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF4000;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 5;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item::after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px dashed #979797;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item .text {
  margin: 6px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  text-align: left;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item .text:first-child {
  margin-top: 20px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item_1::after {
  width: 452px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item_2::after {
  width: 359px;
}
.thAboutUS .about-warp .corporateCultureBox .listCard .right .value .item_3::after {
  width: 231px;
}
.thAboutUS .about-warp .successBox {
  width: 100%;
  background: #ffffff;
  padding-top: 120px;
}
.thAboutUS .about-warp .successBox p {
  margin: 0;
}
.thAboutUS .about-warp .successBox .warp-flex {
  align-items: flex-start;
}
.thAboutUS .about-warp .successBox .title {
  width: 590px;
  margin-right: 20px;
}
.thAboutUS .about-warp .successBox .title p {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  text-align: left;
}
.thAboutUS .about-warp .successBox .title .ourTeam {
  display: inline-block;
  background: #FF4000;
  padding: 6px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 34px;
  border-radius: 24px;
  vertical-align: bottom;
}
.thAboutUS .about-warp .successBox .desc {
  width: 590px;
}
.thAboutUS .about-warp .successBox .desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  text-align: right;
  padding-top: 8px;
}
.thAboutUS .about-warp .successBox .successBox {
  width: 100%;
  padding: 36px 0 120px;
  left: 0;
}
.thAboutUS .about-warp .successBox .successBox .successImage {
  width: 100%;
  height: 400px;
  border-radius: 24px;
}
@keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
