banner .content .content-text a {
    width: 186px;
}

.titleInfo .title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
}

/* 通用结束 */


/* partnerInfo */
.partnerInfo {
    margin-top: 104px;
}

.partnerInfo ul {
    margin-top: 61px;
    display: flex;
    flex-wrap: wrap;
}


.partnerInfo li {
    flex-basis: 50%;
    height: 249px;
    border: 1px solid #E9E9E8;
    box-sizing: border-box;
    position: relative;
}

.partnerInfo li img {
    position: absolute;
    top: 95px;
    left: 95px;
}

.partnerInfo li div {
    position: absolute;
    top: 55px;
    left: 290px;
}

.partnerInfo li .title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.partnerInfo li .desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

/* mapInfo */
.mapInfo {
    margin-top: 95px;
    position: relative;
    text-align: center;
}

.mapInfo .mapImg {
    width: 100%;
}

.mapInfo .limitWidth {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mapInfo .limitWidth .relative {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.mapInfo .limitWidth .relative .position {
    position: absolute;
    height: 100%;
    right: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

.mapInfo .limitWidth div {
    text-align: left;
}

.mapInfo .limitWidth div .title {
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
}

.mapInfo .limitWidth div .desc {
    margin-top: 20px;
    margin-left: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

/* teamInfo */
.newsInfo {
    margin-top: 61px;
    margin-bottom: 77px;
}

.newsInfo .newsItems {
    margin-top: 47px;
}

.newsInfo .newsItems a {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.newsInfo .newsItems a:last-child {
    margin-right: 0;
}

.newsInfo .newsItems li .img {
    width: 100%;
}
.newsInfo .newsItems li .img img{
    width: 100%;
}

.newsInfo .newsItems li .date .day {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 52px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #1A1A1A;
}

.newsInfo .newsItems li .date .mouth_year {
    float: left;
    margin-top: 26px;
    margin-left: 14px;
    font-size: 18px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #999999;
}

.newsInfo .newsItems li .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.newsInfo .newsItems li .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    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;
}