* {
  margin: 0;
  padding: 0;
}
.jxt-head {
  width: 100%;
  height: 500px;
  background: linear-gradient(179.99998deg, rgba(255, 255, 255, 0.9) 0%, #FFFFFF 100%), #124FB5;
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jxt-head .jxt-head-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.jxt-head .jxt-head-content .jxt-head-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jxt-head .jxt-head-content .jxt-head-logo .jxt-head-logo-img {
  width: 248px;
  margin-bottom: 30px;
}
.jxt-head .jxt-head-content .jxt-head-logo .jxt-head-logo-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  margin-bottom: 50px;
}
.jxt-head .jxt-head-content .jxt-head-logo .jxt-head-logo-btn {
  background: #124FB5;
  border-radius: 80px;
  color: #fff;
  padding: 10px 0 10px 32px;
  box-sizing: border-box;
  display: flex;
  width: 143px;
  align-items: center;
  cursor: pointer;
}
.jxt-head .jxt-head-content .jxt-head-logo .jxt-head-logo-btn .jxt-head-logo-right {
  margin-left: 6px;
  transition: 0.3s;
}
.jxt-head .jxt-head-content .jxt-head-logo .jxt-head-logo-btn:hover .jxt-head-logo-right {
  margin-left: 12px;
}
.jxt-head .jxt-head-content .head-back {
  width: 620px;
  height: 335px;
  box-shadow: 0px 50px 120px -38px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
}
.jxt-head .jxt-head-content .head-back .head-back-01 {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.jxt-head .jxt-head-content .head-back .head-back-02 {
  width: 423px;
  height: 265px;
  position: absolute;
  top: 35px;
  left: -205px;
  z-index: 1;
}
@media (max-width: 980px) {
  .jxt-head {
    height: auto;
  }
  .jxt-head .jxt-head-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .jxt-head .jxt-head-content .head-back {
    width: 80%;
    height: auto;
    margin-top: 20px;
  }
  .jxt-head .jxt-head-content .head-back .head-back-01 {
    margin: 0 auto;
    width: 100%;
    height: calc(100% + 8px);
    object-fit: contain;
  }
  .jxt-head .jxt-head-content .head-back .head-back-02 {
    width: auto;
    height: 80%;
    position: absolute;
    top: 10%;
    left: -50%;
    z-index: 1;
  }
}
.jxt-box {
  background: #f0f0f2;
}
.jxt-box .jxt-content {
  width: 1200px;
  margin: 0 auto;
}
.jxt-box .level-one-box {
  padding: 100px 30px 50px;
  box-sizing: border-box;
}
.jxt-box .level-one-box .level-one-title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
}
.jxt-box .level-one-box .level-one-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
}
.jxt-box .describe-box {
  background: #ffffff;
  border-radius: 32px;
  padding: 50px 0;
  box-sizing: border-box;
}
.jxt-box .describe-item {
  display: flex;
}
.jxt-box .level-two-box {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jxt-box .level-two-box .level-two-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}
.jxt-box .level-two-box .level-two-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.jxt-box .level-two-box .level-two-text p {
  margin: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  /* 24px */
}
.jxt-box .describe-img {
  width: 500px;
  margin: 0 50px;
}
.jxt-box .describe-line {
  border-bottom: 1px solid #f0f0f0;
  margin: 50px 0;
}
@media (max-width: 980px) {
  .jxt-box .jxt-content {
    width: 100%;
    margin: 0 auto;
  }
  .jxt-box .describe-item {
    flex-direction: column;
  }
  .jxt-box .level-two-box {
    padding: 0;
    order: 1;
  }
  .jxt-box .describe-box {
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .jxt-box .describe-img {
    width: 100%;
    margin: 0;
    order: 2;
  }
  .jxt-box .describe-line {
    margin: 30px 0;
  }
}
.you-can {
  margin-top: 125px;
  padding-bottom: 30px;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.jxt-operate-box {
  padding-bottom: 100px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.jxt-operate-box .jxt-operate-item {
  width: 176px;
  height: 60px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  transition: 0.2s ease;
  opacity: 0.5;
}
.jxt-operate-box .jxt-operate-item img {
  width: 16px;
}
.jxt-operate-box .jxt-operate-item:hover {
  opacity: 1;
  border: 1px solid #124fb5;
  color: #124fb5;
  padding: 0 20px;
}
@media (max-width: 980px) {
  .jxt-operate-box {
    width: calc(100% - 60px);
    margin: 0 auto;
    flex-direction: column;
  }
  .jxt-operate-box .jxt-operate-item {
    width: 100%;
  }
  .jxt-operate-box .jxt-operate-item:hover {
    padding: 0;
    transform: scale(1.06);
  }
}
.jxt-a-white {
  color: #fff;
  text-decoration: none;
}
