/* 第一个 */
body{
    background: #fff;
}
.topm-group{
    padding-top: 62px;
}
.hc-container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.a1{
    background: url(../images/hcpz/a1-bg.png) center no-repeat;
    background-size: 100% 100%;
    height: 570px;
}
.a1-left-img{
    width: 620px;
    
}
.a1-right-img{
    margin-top: 78px;
    width: 490px;
    margin-bottom: 54px;
}
.a1-left-logo{
    width: 145px;
    position: absolute;
    top: 34px;
    left: 0;
}
.a1-right{
    padding-left: 60px;
}
.topm-qrcode{
    width: 264px;
height: 278px;
box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 11px 18px 0px rgba(222,186,186,0.1);
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    margin-left: 110px;

}
.topm-qrcode .logo{
    width: 210px;
}
.qrcode-text{
    color: #818894;
line-height: 20px;
padding-top:10px;
font-size: 20px;
padding-bottom: 16px;
}
.a1-right-top-con{
padding-bottom: 30px;
}
.a1-right-top-con .box1{

margin-right: 60px;
}
.a1-right-top-con .box1-num{
    font-size: 34px;
color: #E60012;
}
.a1-right-top-con .box1-text{
    font-size: 24px;
    padding-top: 12px;
color: #818894;
}
.a1-down{
    width: 16px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 24px;
}
.hc-title-group{
    display: flex;
    align-items: center;
}
.hc-title-group .tag{
    width: 6px;
height: 30px;
background: #FFFFFF;
border-radius: 2px
}
.hc-title-group .name{
    font-weight: 600;
font-size: 34px;
color: #FFFFFF;
padding-left: 8px;
}

/*  */
.b1{
    height: 622px;
    padding-top:67px ;
    box-sizing: border-box;
}
.kf-group{
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 106px;
    padding-right: 105px;
    margin-right: 100px;
    margin-top: 34px;
}
.kf-group img{
    width: 240px;
}
.kf-group .kf-text{
    font-size: 20px;
color: #818894;
}
.b1-p{
    font-size: 26px;
color: #818894;
padding-top: 40px;
line-height: 36px;
letter-spacing: 1px;
}
@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    }

    100% {
    opacity: 1;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    }

    100% {
    opacity: 1;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(0);
    }
}
