* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.content-wrap {
  position: relative;
  margin: auto;
  max-width: 1200px;
}

.career-a {
	position: absolute;
	right: 0;
	top: 20px;
}

header img {
  width: 120px;
  height: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.career-a img{
	width: auto;
	height: 32px;
  	margin-top: 0;
}

nav {
  position: relative;
  display: flex;
  padding-top: 260px;
  flex-direction: column;
  align-items: center;
  height: 677px;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

nav img {
  position: absolute;
  top: 0;
  left: 0;
  height: 677px;
}

.nav-title {
  z-index: 10;
  margin-bottom: 70px;
  max-width: 968px;
  font-size: 60px;
  line-height: 78px;
}

.nav-desc {
  z-index: 10;
  max-width: 968px;
  font-size: 24px;
}

.nav-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 437px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #202630;
}

.service-title {
  font-size: 52px;
  margin: auto;
  margin-top: 90px;
}

.service-desc {
  margin-bottom: 42px;
  margin-top: 42px;
}

.service-item-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.service-item-wrap img {
  max-width: 280px;
}

.item-title {
  margin-top: 20px;
  text-align: center;
  font-size: 28x;
  font-weight: 500;
}

/* about */
.about-wrap {
  display: flex;
  margin-bottom: 122px;
  margin-top: 104px;
  height: 656px;
  color: #fff;
}

.about-wrap h2 {
  margin-bottom: 34px;
  font-size: 52px;
  font-weight: 600;
}

.about-left {
  position: relative;
  width: 50%;
  background: #181e25;
}

.left-wrap {
  position: absolute;
  right: 28px;
  top: 100px;
  width: 560px;
  font-size: 24px;
}

.left-wrap p {
  font-weight: 400;
}

.about-img-wrap {
  width: 50%;
}

.about-img-wrap img {
  width: 100%;
  height: 656px;
}

.about-wrap-common {
  display: flex;
}

.about-wrap-common img {
  width: 560px;
  height: 344px;
}

.about-wrap-common .img-2 {
  width: 560px;
  height: 320px;
}

.about-wrap-common .desc {
  width: 560px;
  font-size: 24px;
  font-weight: 400;
  color: #202630;
}

.about-second img {
  margin-right: 80px;
  margin-bottom: 32px;
}

.about-third img {
  margin-left: 76px;
}

footer {
  margin-top: 90px;
  padding-top: 74px;
  padding-bottom: 120px;
  background: #181e25;
}

footer p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}

.hire-title {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 40px;
  margin: 48px 0;
}
.join-banner {
  width: 100%;
  background-color: #000;
}
.join-wrap {
  width: 1200px;
  margin: 0 auto;
}
.join-list {
  width: 1200px;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(24, 26, 32, 0.16);
  border-radius: 40px;
  padding: 64px;
}

.join-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.join-item + .join-item {
  margin-top: 40px;
}
.join-item-title {
  font-size: 24px;
  line-height: 32px;
  color: #202630;
}

.join-item-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #202630;
}

.join-item-button {
  padding: 12px 0;
  width: 240px;
  height: 48px;
  background: #0c0e11;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.join-detail-desc {
  margin: 24px 0 48px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #202630;
  white-space: pre-wrap;
}
