.Introduction{
    width: 100%;
}
 .Introduction-title{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #232323;
    text-align: center;
    margin: 30px 0;
}
.Introduction-con{
    display: flex;
}
.Introduction-con .con-l,.Introduction-con .con-r{
    flex: 5;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 32px;
}
.Introduction-con .con-r{
    margin-left: 30px;
}
.CompanyStyle{
    width: 100%;
    margin-bottom: 60px;
}
.CompanyStyle .img{
    display: flex;
}
.CompanyStyle .img img{
    width: 373px;
    height: 252px;
    margin-left: 40px;
}
.CompanyStyle .img img:nth-child(1){
    margin-left: 0px;
}