.solution-title {
    width: 100%;
    height: 500px;
    box-sizing: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    min-width: 1200px;
}
.solution-title>div {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 1200px;
}
.solution-title-main>li{
    float: left;
    color: #fff;
    line-height: 60px;
    width: 66px;
    margin: 0 84px;
    text-align: center;
    position: relative;
}
.solution-title-main>li:nth-child(5) {
    margin-right: 0;
}
.solution-title-main>li>a{
    color: #fff;
}
.about-connect{
    padding: 70px 106px 168px;
    background-color: #fff;
}
.about-connect .about-connect-title{
    font-size:32px;
    color:#303030;
    margin-bottom: 36px;
    font-weight: bold;
}
.about-connect p{
    font-size: 16px;
    padding-bottom: 15px;
}