.mainpage {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4f7fc;
}

.main-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8%;
}
.contact-container {
  width: auto;
  height: 88px;
  position: fixed;
  font-weight: 400;
  right: 16px;
  z-index: 99;
  bottom: 100px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-container .contact {
  width: 84px;
  height: 84px;
  box-shadow: 0px 0px 31px 0px #e7edf4;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 4px;
  overflow-wrap: break-word;
  color: #000000;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  text-align: center;
  transition: all 0.6s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.contact-qrcode {
  width: 295px;
  height: 128px;
  background: #ffffff;
  box-shadow: 0px 0px 31px 0px #dbe6f6;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-right: 12px;
  position: relative;
  border-radius: 8px;
}

.contact-qrcode .caret {
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(12px) translateY(-6px);
}
.contact-qrcode .qrcode {
  width: 88px;
  height: 88px;
  margin-right: 18px;
}
.contact-qrcode .qrcode img {
  width: 100%;
  height: 100%;
}
.contact-qrcode .title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #242f57;
  line-height: 25px;
  margin-bottom: 4px;
}
.contact-qrcode .desc {
  width: 140px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #636e95;
  line-height: 20px;
  margin-bottom: 4px;
}
.contact-qrcode .phone {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303c71;
  line-height: 20px;
}

.contact-qrcode .phone a {
  color: #303c71;
}
.contact-qrcode .icon-wrap {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.contact-qrcode .icon-wrap img {
  width: 100%;
  height: 100%;
}
.contact-container .contact:hover {
  box-shadow: 0px 0px 31px 0px #dbe6f6;
}

.contact-container .contact-qrcode {
  display: none;
}
.contact-container.contact-os-pc:hover .contact-qrcode {
  display: flex;
}

.xh-mdu .h-title {
  z-index: 18;
  display: block;
  overflow-wrap: break-word;
  color: rgba(36, 47, 87, 1);
  font-size: 48px;
  font-family: PingFangSC-Medium;
  text-align: right;
  align-self: flex-start;
  transition: all 0.6s ease;
}
.xh-mdu .h-description {
  z-index: 19;
  display: block;
  overflow-wrap: break-word;
  color: rgba(99, 110, 149, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  text-align: left;
  margin: 2vw 0 4vw 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.6s ease;
}
.xh-mdu .h-btn {
  width: 283px;
  height: 62px;
  line-height: 60px;
  background: #0080ff;
  border-radius: 4px;
  cursor: pointer;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: PingFangSC-Medium;
  white-space: nowrap;
  text-align: center;
  transition: all 0.6s ease;
}

.xh-moudule-1 {
  width: 100vw;
  height: calc(100vw * 36 / 106);
  background-image: url('./banner.png');
  background-color: #caeaff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  align-items: center;
  justify-content: center;
}

.xh-moudule-1 .main-container,
.xh-moudule-3 .main-container {
  max-width: 100%;
}

.xh-moudule-1 .bz-main-wrap .h-description {
  max-width: 60%;
  margin-top: 30px;
}

.xh-moudule-1 .h-title {
  text-align: left;
}

.xh-moudule-3 {
  width: 100vw;
  height: calc(100vw * 461 / 1439);
  background: url('./banner2.png');
  background-color: #242f57;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  justify-content: center;
}

.xh-moudule-3 .h-title {
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: PingFangSC-Semibold;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
}

.xh-moudule-3 .h-description {
  width: 100%;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: PingFangSC-Regular;
  line-height: 40px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2vw;
}

/*  */

.xh-moudule-4 {
  z-index: 27;
  width: 100%;
  height: auto;
  background: linear-gradient(225deg, #f0f7fd 0%, #fdfdff 100%);
  align-self: flex-start;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;
}
.xh-moudule-wrap-4 {
  width: 100%;
  height: auto;
  background: url('./circle.png');
  background-size: 32% auto;
  background-repeat: no-repeat;
  background-position: 120% 30%;
  padding-bottom: 20px;
}

.xh-moudule-4 .main-container {
  padding-top: 6vw;
}

.xh-moudule-4 .h-title {
  display: block;
  overflow-wrap: break-word;
  color: rgba(36, 47, 87, 1);
  font-size: 36px;
  font-family: PingFangSC-Semibold;
  white-space: nowrap;
  line-height: 50px;
  text-align: left;
  align-self: center;
  margin-bottom: 8vw;
}

.xh-moudule-4 .bd-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 2vw;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}

.xh-moudule-4 .bd-container2 {
  flex-direction: row-reverse;
}

.xh-moudule-4 .bd-container:last-child {
  margin-bottom: 0;
}

.xh-moudule-4 .outer-item {
  margin-bottom: 2vw;
  align-items: center;
}

.xh-moudule-4 .outer-content {
  width: 40%;
  align-items: flex-start;
  justify-content: center;
}

.xh-moudule-4 .outer-back {
  align-items: flex-start;
  width: 60%;
}

.xh-moudule-4 .bd-container2 .outer-back {
  flex-direction: row-reverse;
  align-items: flex-end;
}

.xh-moudule-4 .p-title {
  display: block;
  overflow-wrap: break-word;
  color: rgba(36, 47, 87, 1);
  font-size: 36px;
  font-family: PingFangSC-Medium;
  line-height: 50px;
  text-align: left;
  align-self: flex-start;
}

.xh-moudule-4 .p-desc {
  display: block;
  overflow-wrap: break-word;
  color: rgba(36, 47, 87, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  line-height: 33px;
  text-align: left;
  align-self: flex-start;
  margin-top: 16px;
}

.xh-moudule-4 .paragraph {
  display: block;
  overflow-wrap: break-word;
  color: rgba(99, 110, 149, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  line-height: 33px;
  text-align: left;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xh-moudule-4 .outer-back .outer-container {
  z-index: 159;
  width: 80%;
  padding-bottom: 80%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
}
.xh-moudule-4 .outer-back .outer-container img {
  width: 100%;
}

.xh-moudule-5 {
  z-index: 252;
  background-color: rgba(255, 255, 255, 1);
  align-self: flex-start;
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  border-radius: 4px;
  overflow: hidden;
}
.xh-moudule-5 .h-title {
  width: 100%;
  text-align: center;
  margin-bottom: 8vw;
}

.xh-moudule-5 .main-container {
  align-items: center;
  justify-content: center;
  padding: 0;
}
.xh-moudule-5 .layer-container {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.xh-moudule-5 .layer {
  width: 370px;
  height: 211px;
  border-radius: 4px 0px 0px 0px;
  border: 1px solid #eaedf7;
  justify-content: center;
  align-items: center;
}
.xh-moudule-5 .layer .pic {
  width: 56px;
  height: 53px;
  margin-bottom: 20px;
}
.xh-moudule-5 .layer .p-title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #242f57;
  line-height: 33px;
  margin-bottom: 8px;
}
.xh-moudule-5 .layer .p-desc {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #636e95;
  line-height: 22px;
}

.xh-moudule-8 {
  z-index: 374;
  width: 100%;
  background: #242f57;
  margin-top: 40px;
  padding: 60px 30px 0 30px;
}

.xh-moudule-8 .main8 {
  width: 100%;
  z-index: auto;
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.xh-moudule-8 .item {
  max-width: 100%;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 30px;
}

.xh-moudule-8 .item.info {
  flex: 1;
}

.xh-moudule-8 .item.cwechat {
  width: 320px;
  align-items: center;
  padding: 0;
}

.xh-moudule-8 .info-wrap {
  flex-wrap: wrap;
}

.xh-moudule-8 .info-wrap .iitem {
  max-width: 100%;
  margin-bottom: 30px;
}

.xh-moudule-8 .info-wrap .about {
  padding-right: 20px;
}

.xh-moudule-8 .p-title {
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  white-space: nowrap;
  line-height: 32px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 8px;
}

.xh-moudule-8 .p-desc {
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  line-height: 32px;
  text-align: left;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.xh-moudule-8 .phone {
  cursor: pointer;
}

.xh-moudule-8 .phone p {
  font-size: 14px;
}

.xh-moudule-8 .phone .p-desc p a {
  color: #fff;
}

.xh-moudule-8 .cwechat .cwechat-qrcode {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(196, 196, 196, 1);
  background-color: rgba(196, 196, 196, 1);
  margin-bottom: 16px;
  cursor: pointer;
}
.xh-moudule-8 .cwechat .cwechat-qrcode img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.xh-moudule-8 .cwechat .txt {
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.xh-moudule-8 .cwechat .txt p {
  margin-bottom: 2px;
}

.xh-moudule-9 {
  width: 100%;
  background: #242f57;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  padding: 4px 24px 30px 60px;
  margin-top: 0;
  display: block;
  overflow-wrap: break-word;
  font-size: 14px;
  font-family: PingFangSC-Medium;
}
.xh-moudule-9 p {
  margin-bottom: 6px;
}

.xh-moudule-9 p a {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
}

.xh-moudule-9 p a:hover {
  color: #0080ff;
}

.jzart {
  background-color: #f4f7fc !important;
  border-color: transparent !important;
  font-weight: 500 !important;
}

.jzart .jzart-header {
  border-bottom-color: transparent !important;
}

.jzart .qrcode-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jzart .qrcode-wrap .qrcode {
  width: 240px;
  height: 240px;
  margin-bottom: 30px;
}

.jzart .jzart-footer {
  display: none;
}

.jzart .qrcode-wrap .qrcode img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.jzart .qrcode-wrap .desc {
  display: block;
  overflow-wrap: break-word;
  color: rgba(99, 110, 149, 1);
  font-size: 18px;
  font-weight: normal;
  font-family: PingFangSC-Regular;
  text-align: left;
  text-align: center;
}

@media (max-width: 1536px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
  .xh-mdu .h-title,
  .xh-mdu.xh-moudule-3 .h-title {
    font-size: 32px;
    line-height: 36px;
  }
  .xh-mdu .h-description,
  .xh-mdu.xh-moudule-3 .h-description {
    font-size: 20px;
    line-height: 28px;
  }
  .xh-mdu {
    margin-top: 20px;
  }
  .xh-mdu:nth-child(1),
  .xh-mdu:nth-child(2) {
    margin-top: 0;
  }
  .xh-mdu.xh-moudule-9 {
    margin-top: 0;
    font-size: 12px;
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .xh-moudule-8 .info {
    padding-right: 0;
  }
  .xh-moudule-8 .info-wrap .iitem {
    width: 50%;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .main-container {
    padding: 0 24px;
  }

  .xh-mdu .h-title,
  .xh-mdu.xh-moudule-3 .h-title {
    font-size: 22px;
    line-height: 26px;
  }
  .xh-mdu .h-description,
  .xh-mdu.xh-moudule-3 .h-description {
    font-size: 12px;
    line-height: 18px;
  }
  .xh-moudule-1 .bz-main-wrap .h-description {
    margin-top: 12px;
  }
  .xh-mdu .h-btn,
  .xh-mdu.xh-moudule-3 .h-btn {
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }

  .xh-moudule-1,
  .xh-moudule-3,
  .xh-moudule-7 {
    min-height: 240px;
  }

  .contact-container .contact {
    width: 64px;
    height: 64px;
    font-size: 12px;
    bottom: 72px;
  }
  .contact-container .contact .txt {
    font-size: 12px;
  }

  .xh-moudule-5 .layer .p-title {
    font-size: 20px;
  }

  .xh-moudule-5 .layer .desc {
    font-size: 14px;
  }

  .xh-mdu .p-title {
    font-size: 18px;
  }
  .xh-mdu .p-desc {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .xh-mdu .paragraph {
    margin-top: 4px;
    font-size: 14px;
  }
  .xh-mdu .paragraph p {
    line-height: 1.4;
  }
  .xh-moudule-4 .bd-container {
    margin-bottom: 2vw;
  }
  .xh-moudule-4 .outer-item {
    min-width: 100%;
    align-items: center;
  }

  .xh-moudule-4 .bd-container2 .outer-back {
    align-items: center;
    flex-direction: column;
  }

  .xh-moudule-8 {
    padding: 24px 16px 0 16px;
  }
  .xh-moudule-8 .main8 {
    flex-direction: column;
  }
  .xh-moudule-8 .item {
    width: 100%;
    flex: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .xh-moudule-8 .item .iitem {
    margin-bottom: 12px;
  }
  .xh-moudule-8 .phone {
    font-size: 14px;
  }

  .xh-moudule-8 .phone p {
    margin-bottom: 0;
    line-height: 1.6;
  }

  .xh-moudule-8 .item.cwechat {
    align-items: flex-start;
  }
  .xh-moudule-8 .item.cwechat .cwechat-qrcode {
    width: 120px;
    height: 120px;
  }
  .xh-moudule-8 .item.cwechat .txt {
    font-size: 14px;
  }
  .xh-moudule-8 .item.cwechat .txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
