banner .content .content-text .title {
    font-size: 38px;
}

banner .content .content-text .desc {
    font-size: 28px;
    margin-top: 42px;
}

banner .content .content-text a {
    width: 186px;
    margin-top: 43px;
    font-size: 22px;
}

.titleInfo .title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
}

/* 通用结束 */


/* partnerInfo */
.partnerInfo {
    margin-top: 71px;
}

.partnerInfo ul {
    margin-top: 51px;
}


.partnerInfo li {
    margin-top: 31px;
    height: 279px;
    border: 1px solid #E9E9E8;
    box-sizing: border-box;
    position: relative;
}

.partnerInfo li img {
    position: absolute;
    top: 103px;
    left: 98px;
}

.partnerInfo li div {
    position: absolute;
    top: 50px;
    left: 290px;
}

.partnerInfo li .title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.partnerInfo li .desc {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

/* mapInfo */
.mapInfo {
    margin-top: 45px;
    position: relative;
    text-align: center;
}

.mapInfo .mapImg {
    width: 100%;
}

/* teamInfo */
.newsInfo {
    margin-top: 62px;
}

.newsInfo .newsItems {
    margin-top: 33px;
}

.newsInfo .newsItems a {
    display: block;
    width: 100%;
    margin-bottom: 53px;
}

.newsInfo .newsItems li .img {
    width: 100%;
    height: 396px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.newsInfo .newsItems li .date .day {
    float: left;
    margin-top: 20px;
    font-size: 96px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #1A1A1A;
}

.newsInfo .newsItems li .date .mouth_year {
    float: left;
    margin-top: 48px;
    margin-left: 14px;
    font-size: 28px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #999999;
}

.newsInfo .newsItems li .title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}

.newsInfo .newsItems li .desc {
    margin-top: 31px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

/* clientInfo */
.clientInfo {
    margin-top: 130px;
    margin-bottom: 123px;
}

.clientInfo .advantageItems {
    background: #F9F9F9;
    margin-top: 52px;
}

.clientInfo .advantageItems li {
    float: left;
    margin: 10px 10px;
    width: 260px;
    height: 138px;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
}