.titleInfo {
    text-align: center;
    font-weight: 600;
    position: relative;
}

.titleInfo .title {
    position: relative;
    font-size: 34px;
    color: #333333;
    z-index: 2;
}

.titleInfo .desc {
    text-align: center;
    width: 100%;
    font-size: 55px;
    color: #F7F7F7;
    position: absolute;
    top: 4.5px;
    z-index: 1;
}

.titleInfo hr {
    margin: 25px auto 0 auto;
    width: 37px;
    height: 5px;
    background: #333333;
}

content .moreBtn {
    display: block;
    width: 248px;
    height: 67px;
    line-height: 67px;
    border: 1px solid #BE8059;
    border-radius: 33px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #BE8059;
    margin: 0 auto;
}

/* 通用截止线 */
banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

banner .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

banner .content-text {
    text-align: center;
    font-weight: 300;
    color: #FFFFFF;
}

banner .content-text .title {
    font-size: 60px;
}

banner .content-text .desc {
    margin-top: 38px;
    font-size: 18px;
}


.companyInfo .titleInfo {
    margin-top: 68px;
}

.companyInfo .textInfo {
    margin-top: 76px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.companyInfo .numberInfo {
    position: relative;
    width: 100%;
    margin-top: 105px;
}

.companyInfo .numberUl {
    width: 100%;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.companyInfo .numberUl li {
    border-left: 1px solid #E0E0E0;
    width: 330px;
    height: 61px;
    margin: 26px 0;
    text-align: center;
}

.companyInfo .numberUl li .number {
    font-size: 36px;
    font-weight: 600;
    color: #B58360;
}

.companyInfo .numberUl li .number span {
    font-size: 16px;
}

.companyInfo .numberUl li .desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}

.companyInfo .numberInfoImg {
    position: absolute;
    bottom: 0;
    width: 262px;
    height: 161px;

    background-image: url("../../images/page/index/numberInfo.png");
    background-size: 100% 100%;
}

.companyInfo .moreBtn {
    margin-top: 72px;
}

.businessInfo .titleInfo {
    margin-top: 112px;
}

.businessInfo .fieldItems {
    margin-top: 96px;
}

.businessInfo .fieldItems ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.businessInfo .fieldItems li {
    width: 20%;
    border-left: 1px solid #E0E0E0;
}

.businessInfo .fieldItems li:last-of-type {
    border-right: 1px solid #E0E0E0;
}

.businessInfo .fieldItems img {
    display: block;
    margin: 0 auto;
}

.businessInfo .fieldItems p {
    text-align: center;
    font-weight: 400;
    color: #333333;
}

.businessInfo .fieldItems p.title {
    font-size: 24px;
}

.businessInfo .fieldItems p.desc {
    margin-top: 12px;
    font-size: 12px;
}

.businessInfo .fieldItems p.field1,
.businessInfo .fieldItems p.field2,
.businessInfo .fieldItems p.field3 {
    margin-top: 24px;
    font-size: 16px;
}

.businessInfo .fieldItems p.field4 {
    margin-top: 12px;
    font-size: 16px;
}

.businessInfo .moreBtn {
    margin-top: 67px;
}

.advantageInfo .titleInfo {
    margin-top: 96px;
}

.advantageInfo .advantageItems {
    margin-top: 63px;
}

.advantageInfo .advantageItems li {
    display: flex;
    float: left;
    margin-bottom: 20px;
    width: 688px;
    height: 329px;
    border: 1px solid #E8E8E8;
}

.advantageInfo .advantageItems li:nth-child(2n) {
    margin-left: 18px;
}

.advantageInfo .advantageItems li img {
    margin-top: 80px;
    margin-left: 75px;
    width: 168px;
    height: 168px;
}

.advantageInfo .advantageItems li .info {
    margin-top: 78px;
    margin-left: 112px;
    font-weight: 400;
    color: #666666;
}

.advantageInfo .advantageItems li .title {
    font-size: 30px;
    margin-bottom: 28px;
}

.advantageInfo .advantageItems li .desc {
    font-size: 18px;
    line-height: 30px;
}

.clientInfo {
    margin: 99px auto 0 auto;
    padding-top: 73px;
    padding-bottom: 107px;
    background: #F9F9F9;
}

.clientInfo .titleInfo .desc {
    color: #f5f5f5;
}

.clientInfo .advantageItems li {
    float: left;
    margin-right: 2.5%;
    margin-top: 21px;
    width: 18%;
    box-sizing: border-box;
    background: #FFFFFF;
}

.clientInfo .advantageItems li:nth-child(5n) {
    margin-right: 0;
}
.clientInfo .advantageItems li img{
    width: 100%;
}

.newsInfo .titleInfo {
    margin-top: 112px;
}

.newsInfo .newsItems {
    margin-top: 68px;
}

.newsInfo .newsItems a {
    width: 30%;
    float: left;
    margin-right: 5%;
    box-sizing: border-box;
}

.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;
}

.newsInfo .moreBtn {
    margin-top: 50px;
    margin-bottom: 80px;
}