.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: 1;
}
.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 {
    padding: 0 10px;
    font-size: 16px;
    color: #333;
}


@media screen and (max-width: 960px) {

    .titleInfo .title {
        margin: 20px 0;
    }


    .solution {
        padding: 20px 0;
    }
}



/* 服务指南 */
.service {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: white;
}

.service .content {
    text-align: center;
}

.service .contentItem {
    display: inline-block;
    text-align: center;
    width: 30%;
    max-width: 500px;
    border-right: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px;
}

.service .contentItem .title {
    font-size: 18px;
    color: #333;
}

.service .contentItem .info {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    height: 36px;
}

.service .contentItem .link {
    font-size: 14px;
    color: #008DFE;
    cursor: pointer;
}

.service .contentItem:nth-of-type(3) {
    border-right: none;
}


@media screen and (max-width: 750px) {
    .service .contentItem {
        display: inline-block;
        width: 100%;
        border: none;
        margin: 10px 0;
        padding: 10px;
    }
}
/* 服务指南 */

/* banner下说明文字 */
.bannerInfo {
    background-color: white;
    text-align: center;
    padding: 20px 0;
}

.infoContent {
    display: inline-block;
    max-width: 1400px;
    width: 100%;
}

.infoItem {
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    float: left;
    width: 32%;
    padding: 20px;
    border-right: 1px solid #ddd;
}


.infoItem .title {
    font-size: 40px;
}

.infoItem .words {
    font-size: 14px;
    color: #999;
}


@media screen and (max-width: 850px) {
    .infoItem .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 680px) {
    .infoItem {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}

.infoItem:nth-of-type(3) {
    border: none;
}

/* banner下说明文字 */

.cooperative {
    background: #f1f1f1;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}

.cooperative .title {
    text-align: center;
    font-size: 36px;
    padding: 20px 0;
}

.cooperative .schoolItemDiv {
    display: inline-block;
    max-width: 1400px;
    width: 100%;
    text-align: left;
}

.cooperative .schoolItem {
    display: inline-block;
    width: 265px;
    height: 125px;
    background-color: white;
    margin: 5px;
}

.cooperative .schoolItem:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}


@media screen and (max-width: 855px) {
    .cooperative .schoolItem {
        width: 47%;
        height: 23.5vw;
        background-color: white;
        margin-left: 1%;
    }
}

.caseDiv {
    text-align: center;
    background-color: white;
}

.caseDiv .contentDiv {
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    text-align: left;
    padding: 20px 10px;
    box-sizing: border-box;
}

.caseDiv .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 14px;
}

.caseDiv .caseContent {
    font-size: 18px;
    color: #605B5B;
    padding: 10px 0;
    position: relative;
    line-height: 27px;
}

.caseContent img {
    display: inline-block;
    max-width: 100%;
    margin: 10px 10px 0 0;
}

.caseDiv h3 {
    font-size: 24px;
    color: #333;
    padding: 20px 0;
}

.imgsDiv {
    padding-top: 20px;
    text-align: center;
}

.imgsDiv {

}
