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