.titleHeader {
    height: 160px;
    position: relative;
}
.titleBg {
    position: absolute;
    width: 100%;
    font-size: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    color: #F8F8F8;
    z-index: 0;
}
.titleInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}

.titleInfo .title {
    margin: 30px 0;
    font-size: 36px;
    color: #333;
}

.titleInfo .infos {
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    max-width: 1400px;
    margin: 0 auto;
}


@media screen and (max-width: 960px) {
    .titleInfo .title {
        margin: 20px 0;
    }

    .titleBg {
        font-size: 100px;
    }

    .solution {
        padding: 20px 0;
    }
}

.aboutUs .words {
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    padding:0 10px 50px 10px;
    color: #605B5B;
    font-size: 18px;
    text-align: left;
    line-height: 27px;
}

.wordsInfo {
    box-sizing: border-box;
}

.news .newsItem {
    padding: 20px 0;
}

.news .newsItem .words {
    padding: 10px 0 0 0;
}

@media screen and (max-width: 1250px) {
    .aboutUs .contentItem {
        width: 100%;
    }
}


.aboutUs {
    padding-top: 60px;
    padding-bottom: 80px;
}

.aboutUs .content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin:  50px auto 0 auto;
    padding: 0 10px;
}

.aboutUs .contentItem img {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 10px;
}

.aboutUs .contentItem {
    text-align: left;
    width: 100%;
    height: 80px;
    line-height: 80px;
    min-width: 250px;
    margin: 10px 0;
    background-color: #eee;
}

.aboutUs .contentItem .title1 {
    font-weight: bold;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 24px;
    color: #333;
    width: 206px;
    display: inline-block;
}

.aboutUs .maxDiv {
    display: inline-block;
}

.aboutUs .minDiv {
    font-size: 14px;
    word-break: break-all;
    display: none;
    line-height: normal;
    position: relative;
    top: 11px;
}

.aboutUs .minDiv div:nth-of-type(1) {
    font-weight: bold;
}


.aboutUs .contentItem .title {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .aboutUs .contentItem .title1 {
        padding-left: 10px;
        width: 120px;
        font-size: 20px;
    }
    .aboutUs .contentItem img {
        padding-right: 5px;
    }
}



@media screen and (max-width: 960px) {
    .aboutUs .titleBg {
        font-size: 60px;
    }

    .aboutUs .titleHeader {
        height: 180px;
    }
}
@media screen and (max-width: 510px) {
    .aboutUs .maxDiv {
        display: none;
    }
    .aboutUs .minDiv {
        display: inline-block;
    }
}
