.hbMain {
    position: relative;
    width: 1125px;
    height: 1836px;
}

.hbBg {
    width: 1125px;
    height: 1836px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.hbBg img {
    margin: 0 -100%;
    height: 100%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transform: scale(1.2);
}

.hbBg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 2;
}

.hbBox {
    width: 1125px;
    height: 1836px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.hbPadd {
    height: 1367px;
    padding: 102px 102px 0;
    overflow: hidden;
}

.hbPic {
    width: 920px;
    height: 520px;
    margin: 0 auto;
}

.hbPic img {
    width: 920px;
    height: 520px;
    display: block;
    border-radius: 30px;
}

.hbH2 {
    margin-top: 24px;
    line-height: 108px;
    font-size: 72px;
    color: #FFFFFF;
    font-weight: bold;
}

.hbName {
    margin-top: 20px;
    line-height: 72px;
    font-size: 48px;
    color: #FFFFFF;
}

.hbText {
    margin-top: 30px;
    line-height: 68px;
    font-size: 36px;
    color: #FFFFFF;
}

.hbBottom {
    height: 246px;
    padding: 60px 0;
    margin: 0 102px;
    border-top: dashed #c2c2c2 1px;
}

.hbLogo {
    padding-top: 40px;
    float: left;
}

.hbLogo dt {
    height: 66px;
}

.hbLogo dt img {
    height: 66px;
    display: block;
}

.hbLogo dd {
    line-height: 78px;
    font-size: 36px;
    color: #FFFFFF;
    white-space: nowrap;
}

.hbCode {
    width: 246px;
    height: 246px;
    overflow: hidden;
    float: right;
}

.hbCode img {
    width: 246px;
    height: 246px;
    display: block;
}
