banner .content .content-text a {
    width: 248px;
}

.titleInfo {
    text-align: center;
    font-weight: 400;
}

.titleInfo .title {
    font-size: 48px;
    color: #333333;
}

.titleInfo .desc {
    color: #999999;
    font-size: 18px;
    margin-top: 27px;
}

/* 通用结束 */



.businessInfo ul {
    margin-top: 10px;
    overflow: hidden;
}

.businessInfo li {
    margin-top: 60px;
    width: 100%;
    position: relative;
}

.businessInfo li img {
    width: 100%;
}

.businessInfo li div {
    position: absolute;
    top: 60px;
    width: 667px;
}

.businessInfo li.index1 div,
.businessInfo li.index3 div {
    right: 80px;
}

.businessInfo li.index2 div {
    left: 80px;
}

.businessInfo li .title {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
}

.businessInfo li .desc {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

/* honorInfo */
.honorInfo {
    margin-top: 93px;
    position: relative;
}


/* milestoneInfo */
.milestoneInfo {
    margin-top: 135px;
    position: relative;
}

/* clientInfo */
.clientInfo {
    margin-top: 200px;
    margin-bottom: 123px;
}

.clientInfo .advantageItems {
    background: #F9F9F9;
    margin-top: 52px;
}

.clientInfo .advantageItems li {
    float: left;
    margin: 10px 0.5%;
    width: 19%;
    background: #FFFFFF;
}
.clientInfo .advantageItems li img{
    width: 100%;
}


/* honorSwiper */
.honorSwiper {
    margin-top: 53px;
    overflow: hidden;
}

.honorSwiper .honorItem {
    width: 100%;
    box-sizing: border-box;
    height: 490px;
    background: #FFFFFF;
    border: 20px solid #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
}

.honorSwiper .honorItem img {
    max-width: 100%;
    max-height: 430px;
}

.honorSwiper .honorItem p {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.honorInfo .honorSwiper-button-prev {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 230px;
    width: 42px;
    height: 42px;
    z-index: 1;
    cursor: pointer;
}

.honorInfo .honorSwiper-button-next {
    position: absolute;
    right: 0px;
    bottom: 230px;
    width: 42px;
    height: 42px;
    z-index: 1;
    cursor: pointer;
}

.honorInfo .honorSwiper-button-next img {
    width: 100%;

}

.honorInfo .honorSwiper-button-prev img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 100%;
}

/* milestoneSwiper */
.milestoneSwiper {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.milestoneItem {
    width: 100%;
    position: relative;
}

.milestoneItem .number {
    text-align: center;
    font-size: 275px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #1F233F;
    opacity: 0.05;
    line-height: 275px;
}

.milestoneItem .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: 500;
    color: #1F233F;
    line-height: 275px;
}

.milestoneSwiper .milestoneSwiper-button-prev {
    position: absolute;
    top: 120px;
    width: 42px;
    height: 42px;
    z-index: 1;
    cursor: pointer;
    left: 0;
}

.milestoneSwiper .milestoneSwiper-button-next {
    position: absolute;
    top: 120px;
    width: 42px;
    height: 42px;
    z-index: 1;
    cursor: pointer;
    right: 0;
}

.milestoneSwiper .milestoneSwiper-button-next img {
    width: 100%;
}

.milestoneSwiper .milestoneSwiper-button-prev img {
    width: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* milestoneTimeLineSwiper */
.timeLine {
    margin-top: 80px;
    height: 2px;
    background: #E0E0E0;
}

.milestoneTimeLineSwiperP {
    position: absolute;
    width: 100%;
    top: 475px;
}

.milestoneTimeLineSwiper {
    overflow: hidden;
    width: 900px;
}

.milestoneTimeLineSwiper .milestoneTimeLineItem {
    cursor: pointer;
}

.milestoneTimeLineSwiper .milestoneTimeLineItem p {
    margin-top: 28px;
    text-align: center;
}

.milestoneTimeLineSwiper .milestoneTimeLineItem p::before {
    display: block;
    content: "";
    margin: 0 auto;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #5C5C5C;
    border-radius: 50%;
    margin-bottom: 9px;
    position: relative;
}

.milestoneTimeLineSwiper .milestoneTimeLineItem.active p {
    margin-top: 54px;
}

.milestoneTimeLineSwiper .milestoneTimeLineItem.active p::before {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background: url("../../images/page/companyInfo/milestoneTimeLineMark.png") no-repeat center;
    background-size: 20px 40px;
    margin-bottom: 16px;
    border: 0;
    border-radius: none;
    position: absolute;
    top: 0px;
}