.homepage {
  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 .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;
}

.bz-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 .6s ease;
}
.bz-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 .6s ease;

}
.bz-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 .6s ease;
}

.bz-moudule-1 {
  width: 100vw;
  height: calc(100vw * 36 / 106);
  background-image: url(https://qn-cdn.heliang.cc/bz/website/v1/banner4.jpg);
  background-color: #CAEAFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  align-items: center;
  justify-content: center;
}

.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 {
  width: 100vw;
  height: calc(100vw * 461 / 1439);
  background: url(https://qn-cdn.heliang.cc/bz/website/v1/ce-banner.png);
  background-color: #242F57;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  justify-content: center;
}

.bz-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;
}

.bz-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;
}

/*  */

.bz-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;
}
.bz-moudule-wrap-4 {
  width: 100%;
  height: auto;
  background-image: url('https://qn-cdn.heliang.cc/bz/website/back/circle2.png');
  background-size: 32% auto;
  background-repeat: no-repeat;
  background-position: 120% bottom;
  padding-bottom: 20px;
}

.bz-moudule-4 .main-container{
  padding-top: 6vw;
}

.bz-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;
}

.bz-moudule-4 .bd-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 2vw;
  flex-wrap: wrap;
  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{
  margin-bottom: 2vw;
  align-items: center;
}

.bz-moudule-4 .outer-content{
  width: 40%;
  align-items: flex-start;
  justify-content: center;
}

.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;
  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;
}

.bz-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;
}

.bz-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;
}
.bz-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;
}
.bz-moudule-4 .outer-back .outer-container img{
  width: 100%;
}
.bz-moudule-4 .outer-back-1 .outer-container{
  background-image: url(https://qn-cdn.heliang.cc/bz/website/v1/shucai3.png);
}
.bz-moudule-4 .outer-back-2 .outer-container{
  background-image: url(https://qn-cdn.heliang.cc/bz/website/v1/shucai2.png);
}
.bz-moudule-4 .outer-back-3 .outer-container{
  background-image: url(https://qn-cdn.heliang.cc/bz/website/v1/shucai1.png);
}

.bz-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;
}
.bz-moudule-5 .h-title{
  width: 100%;
  text-align: center;
  margin-bottom: 8vw;
}

.bz-moudule-5 .main-container{
  align-items: center;
  justify-content: center;
  padding:  0;
}
.bz-moudule-5 .layer-container{

  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bz-moudule-5 .layer {
  width: 370px;
  height: 211px;
  border-radius: 4px 0px 0px 0px;
  border: 1px solid #EAEDF7;
  justify-content: center;
  align-items: center;
}
.bz-moudule-5 .layer .pic{
  width: 56px;
  height: 53px;
  margin-bottom: 20px;
}
.bz-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;
}
.bz-moudule-5 .layer .p-desc{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #636E95;
  line-height: 22px;
}

.bz-moudule-6 {
  z-index: 368;
  background: #FAFDFF;
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-right: 131px;
  padding: 80px 0;
  border-radius: 4px;
  overflow: hidden;
}
.bz-moudule-6 .main-container {
  max-width: 100%;
  justify-content: center;
  align-items: center;
}
.bz-moudule-6 .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;
}

.bz-moudule-6 .pic7 {
  z-index: 371;
  width: 80vw;
  height: calc(80vw * 563 / 1161);
}

/* 7 */
.bz-moudule-7 {
  z-index: 385;
  background: linear-gradient(90deg, #FCFDFD 0%, #FBFCFC 30%, #F9FAFA 63%, #F9FAFA 81%, #FCFDFD 100%);
  width: 100%;
  height: calc(100vw * 83 / 240);
  margin-top: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.bz-moudule-7 .bz-moudule-wrap{
  width: 100%;
  height: 100%;
  background-image: url(https://qn-cdn.heliang.cc/bz/website/v1/back/banner7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	justify-content: center;
  align-items: center;
}

.bz-mdu.bz-moudule-7 .main-container{
  align-items: center;
  justify-content: center;
}

.main7 .h-title{ 
  display: block;
  overflow-wrap: break-word;
  color: rgba(36, 47, 87, 1);
  font-size: 36px;
  font-family: PingFangSC-Medium;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
  margin-bottom: 8vw;
  align-self: center;
}



.bz-moudule-8 {
  z-index: 374;
  width: 100%;
  background: #242F57;
  margin-top: 40px;
  padding: 60px 30px 0 30px;
}

.bz-moudule-8 .main8 {
  width: 100%;
  z-index: auto;
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.bz-moudule-8 .item{
  max-width: 100%;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 30px;
}

.bz-moudule-8 .item.info{
  flex: 1;
}

.bz-moudule-8 .item.cwechat{
  width: 320px;
  align-items: center;
  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;
  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;
}

.bz-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;
}

.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;
  border: 1px solid rgba(196, 196, 196, 1);
  background-color: rgba(196, 196, 196, 1);
  margin-bottom: 16px;
  cursor: pointer;
}
.bz-moudule-8 .cwechat .cwechat-qrcode img{
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.bz-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;
}

.bz-moudule-8 .cwechat .txt p{
  margin-bottom: 2px;
}

.bz-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;
}
.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{
  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) {
  .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;
    font-size: 12px;
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .bz-moudule-8 .info{
    padding-right: 0;
  }
  .bz-moudule-8 .info-wrap .iitem{
    width: 50%;
    align-items: center;
  }
}
@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;
    line-height: 44px;
    font-size: 18px;
  }

  .bz-moudule-1,.bz-moudule-3,.bz-moudule-7{
    min-height: 240px ;
  }

  .contact-container .contact {
    width: 64px;
    height: 64px;
    font-size: 12px;
    bottom: 72px;
  }
  .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{
    min-width: 100%;
    align-items: center;
  }

  .bz-moudule-4 .bd-container2 .outer-back{
    align-items: center;
    flex-direction:column;
  }

  .bz-moudule-8 {
    padding: 24px 16px 0 16px;
  }
  .bz-moudule-8 .main8 {
    flex-direction: column;
  }
  .bz-moudule-8 .item {
    width: 100%;
    flex: none;
    padding: 0;
    margin-bottom: 20px;
    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;
  }
}


