.about-content{
    padding: 30px 0px 0px 0px;
}
.about-titel-box{
    display: flex;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
}
.about-titel-box-des{
    display: flex;
    align-items: center;
}
.about-titel-line{
    width: 7px;
    height: 36px;
    background: #EA5413;
    border-radius: 4px;
}
.about-titel{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
}

.about-company-box{
    display: flex;
    justify-content: center;
    align-items: self-start;
}
.about-company-right{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}
.about-boxx{
    padding-left: 0px!important;
}

/*团队 css*/
.about-company-content-box{
    padding: 10px 0px 40px 0px;
}
.about-team-box{
    background: #F9F9F9;
}
.about-person-name{
    font-size: 36px;
    font-weight: 600;
    color: #EA5413;
}
.about-person-des{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-left: 10px;
}
.about-person-conten span{
    display: block;
   margin-top: 22px;
}
/*简介*/
.about-company-description-box{
    padding: 60px 0px 0px 0px;
}
.about-company-description{
    background-image: url("https://saas-one.oss-cn-beijing.aliyuncs.com/2022/website/e54a5be2-b4bb-4547-8264-41f67f067826.png");
    width: 100%;
    height: 100%;
    min-height: 534px;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%;
}
.about-company-description-line{
    width: 7px;
    height: 20px;
    background: #EA5413;
    border-radius: 4px;
}
.about-company-description-titel{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-left: 18px;
}
.about-company-description-boxdes{
    margin: 35px 0px 0px 0px;
}
.about-des{
    display: flex;
    align-items: center;
}
.about-des-dot{
    width: 7px;
    height: 7px;
    background: #EA5413;
    border-radius: 4px;
}
.about-des-right-title{
    font-size: 16px;
    color: #333333;
    margin-left: 18px;
}
.about-des-right-des{
    color: #666666;
    margin-left: 26px;

}

/*客户 css*/
.about-left-box{
    /*width: 13.666667% !important;*/
    margin-top: 4px;
    height: 344px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-box-tip{
    width: 160px;
    height: auto;
    background: #FF9E74;
    border-radius: 1px;
    padding: 8px 16px;
    color: #ffffff;
    /*margin:0px 0px 27px 0px;*/
    text-align: center;
    font-size: 24px;
}
.about-footer-box{
    padding-bottom: 30px;
}



