
/* 第一个 */
body{
    background: #fff;
}
.topm-group{
    padding-top: 62px;
}
.hc-container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.a1{
    height: 570px;
    background: url(../images/topm/a1-bg.png) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 24px;
}
.a1-left-img{
    width: 533px;
}

.a1-left-logo{
    width: 220px;
    position: absolute;
    top: 34px;
    left: 0;
}
.a1-right{
    padding-left: 60px;
}
.topm-qrcode{
    width: 264px;
    background: #FFFFFF;
    box-shadow: 0px 11px 18px 0px rgba(222,186,186,0.1);
    border-radius: 6px 6px 6px 6px;
    margin: 0 auto;
    text-align: center;
    padding-top: 16px;

}
.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: 50px;
}
.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;
}
/* 第二个 */
.b1{
    height: 522px;
    background: url(../images/topm/b1-bg.png) center no-repeat;
    background-size: 100% 100%;
}
.b1-left{
    padding-top: 56px;
}
.b1-right{
    padding-top: 111px;
    padding-left: 130px;

}
.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-left-p{
    font-size: 26px;
color: #F7F7F7;
padding-top: 26px;
line-height: 36px;
letter-spacing: 2px;
}
.b1 .topm-qrcode{
    width: 300px;
    height: 300px;
    box-sizing: border-box;
}
.b1 .topm-qrcode .logo{
    width: 240px;
}
/* 第三个 */
.c1{
    height: 400px;
}

.c1 .hc-container{
    height: 366px;
    background: url(../images/topm/c1-bg.png) center no-repeat;
    border-radius: 6px;
    margin-top: -30px;
}
.c1-left{
    padding-left: 114px;
    padding-top: 65px;
}
.kf-group{
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-right: 179px;
}
.kf-group img{
    width: 240px;
}
.kf-group .kf-text{
    font-size: 20px;
color: #818894;
}
.c1-contact{
    padding-top: 70px;
    padding-bottom: 70px;
}
.c1-phone-icon{
    width: 26px;
}
.c1-location-icon{
    width: 24px;
}
.c1-phone-text,.c1-location-text{
    font-weight: 600;
font-size: 26px;
color: #272727;
padding-left: 8px;
}
.c1-value{
    font-size: 20px;
color: #818894;
padding-top: 26px;
}
/* 第四个 */
.d1{
    background: linear-gradient( 182deg, #F6F7FA 0%, rgba(246,247,250,0) 100%);
    height: 600px;
}
.d1-left{
    padding-top: 196px;
}
.d1-left-p{
    padding-top: 40px;
}
.d1-p{
    font-size: 26px;
    color: #818894;
    padding-bottom: 13px;
}
/* 第五个 */
.e1{
      background: url(../images/topm/e1-bg.png) center no-repeat;
    background-size: 100% 100%;
}
.e1-left{
    padding-top: 196px;
}
.e1-left-p{
    padding-top: 40px;
}
.e1-p{
    font-size: 26px;
    color: #818894;
    padding-bottom: 13px;
}
/* 第f */
.f1{
    background: linear-gradient( 182deg, #F6F7FA 0%, rgba(246,247,250,0) 100%);

    background-size: 100% 100%;
}
/* 省市分析 */

.g1{
    
      background-size: 100% 100%;
}

.i1{
      background: url(../images/topm/i1-bg.png) center no-repeat;
    
      background-size: 100% 100%;
}
@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);
    }
}
