@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("../font/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Light';
  src: url("../font/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("../font/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("../font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  min-width: 1750px;
  position: relative;
}

.header {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 114px;
}

.header img {
  height: 60px;
}

.header div {
  display: flex;
  gap: 32px;
}

.header div a {
  font-family: 'Poppins-Regular';
  color: #212121;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.about {
  width: 100%;
  height: calc(100% - 64px);
  display: flex;
  justify-content: center;
  background-image: url("../img/HomeBannerChinese_99ddf40d.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about .center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 200px;
}

.about .center p:nth-of-type(1) {
  font-family: 'Poppins-SemiBold';
  color: #212121;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  margin-top: -150px;
}

.about .center p:nth-of-type(2) {
  font-family: 'Poppins-SemiBold';
  color: #FFAE00;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
}

.about .center p:nth-of-type(3) {
  font-family: 'Poppins-SemiBold';
  color: #1ED2C7;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
}

.about .center p:nth-of-type(4) {
  font-family: 'Poppins-Regular';
  color: #5A5A5A;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 576.2px;
  margin-top: 30px;
}

.our-services {
  width: 100%;
  margin-top: 60px;
  padding: 120px 0 180px 0;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.our-services > img {
  position: absolute;
  right: 0;
  top: 188px;
  width: 345px;
  height: 268px;
}

.our-services .top {
  width: 1450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-services .top > p {
  font-family: 'Poppins-SemiBold';
  color: #212121;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  border-bottom: #00DB92 5px solid;
  margin-bottom: 100px;
}

.our-services .top .service-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.3s;
}

.our-services .top .service-content img {
  width: 280px;
  height: 280px;
  margin-right: 120px;
}

.our-services .top .service-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.our-services .top .service-content div p:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 5px;
}

.our-services .top .service-content div p:nth-of-type(1) span:nth-of-type(1) {
  font-family: 'Poppins-Regular';
  color: #212121;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.our-services .top .service-content div p:nth-of-type(1) span:nth-of-type(2) {
  font-family: 'Poppins-Light';
  color: #212121;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
}

.our-services .top .service-content div p:nth-of-type(1) span:nth-of-type(3) {
  font-family: 'Poppins-Light';
  color: #5A5A5A;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}

.our-services .top .service-content div p:nth-of-type(2) {
  font-family: 'Poppins-Regular';
  color: #212121;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 40.14px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.our-services .top .service-content div p:nth-of-type(3) {
  font-family: 'Poppins-Light';
  width: 900px;
  color: #5A5A5A;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.our-services .top .service-content:nth-of-type(1) {
  display: flex;
}

.our-services .bottom {
  width: 1450px;
  margin-top: 100px;
}

.our-services .bottom > div {
  width: 100%;
  border-top: #0F395A 2px solid;
  display: flex;
  justify-content: center;
  gap: 144px;
}

.our-services .bottom > div > div {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}

.our-services .bottom > div > div div {
  border-top-color: transparent;
  height: 40px;
  width: 40px;
  border-top-style: solid;
  border-top-width: 40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  transition: all 0.3s;
}

.our-services .bottom > div > div button {
  font-family: 'Poppins-Regular';
  background-color: transparent;
  color: #d9d9d9;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 400;
  margin-top: 20px;
  border: unset;
  transition: all 0.3s;
}

.our-services .bottom > div > div:nth-of-type(1) div {
  border-top-color: #0f395a;
}

.our-services .bottom > div > div:nth-of-type(1) button {
  background-color: #0f395a;
}

.about-us {
  padding: 180px 0;
  display: flex;
  justify-content: center;
}

.about-us .center {
  width: 1450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us .center > div:nth-of-type(1) {
  width: 300px;
  padding: 66px 40px;
  gap: 40px;
  flex-shrink: 0;
  border: 4px solid #00DB92;
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}

.about-us .center > div:nth-of-type(1) p:nth-of-type(1) {
  font-family: 'Poppins-SemiBold';
  color: #212121;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}

.about-us .center > div:nth-of-type(1) p:nth-of-type(2) {
  font-family: 'Poppins-Light';
  color: #5A5A5A;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.about-us .center > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 1225px;
  padding: 33px;
  padding-left: 100px;
  padding-top: 50px;
}

.about-us .center > div:nth-of-type(2) > div {
  width: 320px;
  flex-shrink: 0;
  background: #FFF;
  box-shadow: -2.727px 0px 20.449px 0px rgba(0, 0, 0, 0.5);
  margin-left: -33px;
  transition: all 0.3s;
}

.about-us .center > div:nth-of-type(2) > div div {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.about-us .center > div:nth-of-type(2) > div div img {
  width: 100%;
}

.about-us .center > div:nth-of-type(2) > div p:nth-of-type(1) {
  font-family: 'Poppins-SemiBold';
  color: #FFAE00;
  font-size: 23px;
  font-weight: 600;
  margin: 40px 24px 0 24px;
}

.about-us .center > div:nth-of-type(2) > div p:nth-of-type(2) {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 24px 70px 24px;
  font-family: 'Poppins-Regular';
}

.about-us .center > div:nth-of-type(2) > div:hover {
  transform-origin: right top;
  margin-right: 100px;
  transform: rotate(5deg);
}

.about-us .center > div:nth-of-type(2)::-webkit-scrollbar {
  height: 20px;
  /* 设置滚动条宽度 */
}

.about-us .center > div:nth-of-type(2)::-webkit-scrollbar-track {
  background: black;
  /* 滚动条轨道颜色 */
}

.about-us .center > div:nth-of-type(2)::-webkit-scrollbar-thumb {
  background-color: #00DB92;
  /* 滚动条拇指颜色 */
  border-radius: 6px;
  /* 圆角边框 */
  border: 8px solid black;
  /* 拇指的边框 */
}

.partners {
  padding: 113px;
  display: flex;
  justify-content: center;
  background: #FAFAFA;
}

.partners .center {
  width: 1450px;
  display: flex;
  align-items: center;
}

.partners .center div {
  width: 479px;
  margin-right: 118px;
}

.partners .center div p:nth-of-type(1) {
  font-family: 'Poppins-SemiBold';
  color: #212121;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.partners .center div p:nth-of-type(2) {
  font-family: 'Poppins-Light';
  color: #5A5A5A;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
}

.partners .center img {
  width: 791.48px;
}

.join-us {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 160px 0;
}

.join-us .center {
  width: 1450px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.join-us .center > div:nth-of-type(1) {
  flex: 1;
  padding: 38.59px 32px 32.1px 32px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 219, 146, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
}

.join-us .center > div:nth-of-type(1) p:nth-of-type(1) {
  color: #212121;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Poppins-Light';
}

.join-us .center > div:nth-of-type(1) > div {
  width: 100%;
  flex: 1;
  margin-top: 25px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  background-color: #FFF;
}

.join-us .center > div:nth-of-type(1) > div div {
  flex: 1;
}

.join-us .center > div:nth-of-type(1) > div div input {
  width: 100%;
  margin-top: 14px;
  height: 40px;
  padding: 10.5px 16px;
  border-radius: 3px;
  border: 1px solid #CBD6E2;
  background: #F5F8FA;
  outline: unset;
  margin-bottom: 14px;
}

.join-us .center > div:nth-of-type(1) > div div button {
  margin-top: 21px;
  margin-bottom: 17px;
  width: 90.66px;
  height: 38px;
  padding: 12px 24.676px 12.5px 25px;
  border-radius: 3px;
  border: 1px solid #4DD7A9;
  background: #4DD7A9;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  font-family: 'Poppins-Light';
}

.join-us .center > div:nth-of-type(1) > div img {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

.join-us .center > div:nth-of-type(2) {
  flex: 1;
  height: 100%;
  padding: 38.59px 32px 32.1px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
}

.join-us .center > div:nth-of-type(2) div p:nth-of-type(1) {
  color: #212121;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Poppins-Light';
}

.join-us .center > div:nth-of-type(2) div p:nth-of-type(2) {
  font-family: 'Poppins-SemiBold';
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 27.9px;
  margin-top: 44px;
}

.join-us .center > div:nth-of-type(2) div img {
  width: 131.26px;
  height: 4px;
}

.join-us .center > div:nth-of-type(2) a > img {
  width: 80px;
  height: 80px;
  opacity: 0.4;
}

.contact-us {
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
}

.contact-us .center {
  width: 1450px;
}

.contact-us .center div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

.contact-us .center div div {
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.8);
}

.contact-us .center div img {
  width: 49.999px;
  height: 56.73px;
}

.contact-us .center p:nth-of-type(1) {
  font-family: 'Poppins-Light';
  color: #212121;
  font-size: 60px;
  font-weight: 300;
  margin-top: 70px;
}

.contact-us .center p:nth-of-type(2) {
  font-family: 'Poppins-Regular';
  color: #212121;
  font-size: 28px;
  font-weight: 400;
  margin-top: 20px;
}

.contact-us .center p:nth-of-type(3) {
  font-family: 'Poppins-Regular';
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
}

.contact-us .center p:nth-of-type(4) {
  font-family: 'Poppins-Regular';
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin-top: 17px;
}

.contact-us .center p:nth-of-type(5) {
  font-family: 'Poppins-Regular';
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin-top: 17px;
}

.contact-us .center p:nth-of-type(6) {
  font-family: 'Poppins-Regular';
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin-top: 17px;
}

.contact-us .center p:nth-of-type(6) a {
  font-family: 'Poppins-Regular';
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}
