 
.AboutTop {
    
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
 

.topprofile {
    display: flex;
    

}

.topprofile .info {
    height: 100%;
    flex: 1;
     
    display: block;
}

.topprofile .info p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    text-indent: 2em;
   font-size: 16px;
color: #333333;
line-height: 24px;
}

.topprofile .img {
    height: 320px;
    width: 320px;
    margin-left: 30px;
}

.AboutMiddle {
    width: 100%;
    background-color: #f5f7fd;
    display: flex;
    justify-content: center;
}

.AboutMiddle-r {
    flex: 1;
    height: 560px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.AboutMiddle-r img {
    height: 191px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.AboutMiddle-r h5 {
    margin: 20px;
    font-weight: 500;
    font-size: 32px;
color: #000000;
line-height: 38px;
}

.AboutMiddle-r p {
    margin: 0px 20px;
    font-size: 17px;
color: #000000;
line-height: 20px;
}

.Aboutbottom {
    width: 100%;
    display: flex;
    justify-content: center;
     
}
.Aboutbottom p{
    
    color: #000000;
}

.Aboutbottom-t {
    height: 65px;
    text-align: center;
}

.Aboutbottom-t p {
    font-weight: 560;
    font-size: 40px;
    line-height: 56px;

}

.Aboutbottom-t .line {
    width: 45px;
    height: 5px;
    background: #144A95;
}

.Aboutbottom-b {
    display: flex;
    margin-top: 89px;
    height: 300px;
    padding-bottom: 30px;
}

.Aboutbottom-ble {
    width: 68%;
    margin-right: 2%;
    height: 100%;
    background-image: url('/template/default/images/about/connectionleft.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px;
}
.Aboutbottom-b p{
    font-size: 16px; 
line-height: 32px;
}
.Aboutbottom-brig {
    padding: 40px;
    flex: 1;
    height: 100%;
    background-image: url('/template/default/images/about/connectionright.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}