* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
}

.solution {
    border-bottom: 3px solid #fff !important;
}

.homeBgimgls {
    background: url(/img/solutionBanner.png) no-repeat;
    background-size: 100% 100%;
    height: 600px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: -999;
}

.aboutTitle {
    position: absolute;
    left: 44%;
    top: 50%;
    margin: -50px 0 0 30px;
}

.title {
    font-size: 48px;
}

.titleSies {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 200;
}

.titleText {
    padding: 20px 0px;
}

.serveTitleto {
    text-align: center;
    font-size: 28px;
    color: #000000;
}

.serveTitle {
    text-align: center;
    font-size: 16px;
    color: #858484;
    opacity: 0.61;
    margin-bottom: 40px;
}

/* 信息化项目资产管控解决方案 */
.informatization-management {
    background-color: #fff;
    padding: 63px 0px;
}

.informatizationBody {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    justify-content: space-between;
}

.informatizationLeft {
    width: 60%;
}

.informatizationRight {
    width: 40%;
    padding: 50px 0px;
}

.informatizationTitle {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    width: 120px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
}

.informatizationDetails {
    margin: 50px 0px;
    font-size: 18px;
    font-weight: 200;
    width: 380px;
    color: #000000;
}

.yichulh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
}

.informatizationUrl {
    background-color: #3258b7;
    font-size: 18px;
    font-weight: 200;
    color: #ffffff;
    padding: 5px 30px;
}

/* 基于人脸识别的高校宿舍管理解决方案 */
.recognition-management {
    background-color: #f6f6f6;
    padding: 63px 0px;
}

.recognitionBody {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.recognitionLeft {
    width: 50%;
    padding: 50px 0px;
}

.recognitionRight {
}
