.m-content{
    margin: 0 auto;
    width: 71.12%;
    padding-bottom: 18%;
}

.m-content .content1{
    margin-top: 8%;

}

.m-content .content1 .image{
    flex: 0 0 43.74%;
}

.m-content .content1 .right{
    flex: 0 0 52%;
}

.m-content .content1 .title{
    font-weight: 500;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.m-content .content1 .text{
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 200px;
}

.m-content .content1 .right .title div:first-child{
    flex: 0 0 10%;
}

.m-content .content2{
    margin-top: 10%;
    position: relative;
}

.m-content  .left-line{
    height: 4px;
    width: 47.8%;
    background-color: #0A70E7;
    top:65%;
    position: absolute;
    z-index: 1000;
}

.m-content .right-line{
    height: 4px;
    width: 47.8%;
    background-color: #0A70E7;
    top:65%;
    right: 0;
    position: absolute;
    z-index: 1000;
}

.m-content .content2 .bottom{
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top:65%;
}

.m-content .content2 .bottom .left,.m-content .content2 .bottom .right{
    flex:0 0 41.8%;
    background: #FFFFFF;
    box-shadow: 0px 13px 20px 0px rgba(0,0,0,0.09);
    border-radius: 0px 0px 0px 0px;
    padding: 5% 3% 4%;
}

.b-content{
    background-color: #F3F6F8 ;
    padding-bottom: 5%;
    position: relative;
}

.b-content .logo{
    width: 7%;
    margin: 0 auto;
    position: absolute;
    top:-5%;
    left:46.5%
}

.b-content>div:last-child{
    margin: 12% auto 0;
    width: 71.12%;
    padding-top: 5%;
}

.b-content .text .image{
    flex:0 0 3%;
}

.b-content .text>div{
    background: #FFFFFF;
    box-shadow: 0px 13px 20px 0px rgba(0,0,0,0.09);
    border-radius: 29px 29px 29px 29px;
    padding: 5% 3%;
    margin-top: 7%;

}

.b-content .text .content{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 2%;
}

.b-content .text .title{
    margin-left: 1%;
}






