header #msoulBar .open.black {
    display: none;
}

header #msoulBar .open.white {
    display: block;
}

header.active #msoulBar .open.black {
    display: block;
}

header.active #msoulBar .open.white {
    display: none;
}

header #msoulBar.open .open.black {
    display: none;
}

header #msoulBar.open .open.white {
    display: none;
}

.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: 347px;
    height: 93px;
    line-height: 93px;
    border: 1px solid #BE8059;
    border-radius: 46px;
    text-align: center;
    font-size: 24px;
    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: left;
    font-weight: 300;
    color: #FFFFFF;
}

banner .content-text .title {
    font-size: 60px;
    padding: 0 85px;
    margin-top: 450px;
}

banner .content-text .desc {
    margin-top: 38px;
    font-size: 32px;
    padding: 0 85px;
}


.companyInfo .titleInfo {
    margin-top: 68px;
}

.companyInfo .numberInfoImg {
    width: 316px;
    height: 197px;
    margin: 44px auto 0;
    background-image: url("../../images/page/index/numberInfo.png");
    background-size: 100% 100%;
}

.companyInfo .textInfo {
    margin-top: 48px;
    text-align: justify;
    text-align-last: center;
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
}


.companyInfo .numberInfo {
    width: 100%;
    margin-top: 54px;
}

.companyInfo .numberUl {
    width: 100%;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companyInfo .numberUl li {
    border-left: 1px solid #E0E0E0;
    width: 100%;
    height: 81px;
    margin: 28px 0;
    text-align: center;
}

.companyInfo .numberUl li:first-of-type {
    border-left: none;
}

.companyInfo .numberUl li .number {
    font-size: 48px;
    font-weight: 600;
    color: #B58360;
}

.companyInfo .numberUl li .number span {
    font-size: 18px;
}

.companyInfo .numberUl li .desc {
    font-size: 17px;
    font-weight: 400;
    color: #999999;
}

.companyInfo .moreBtn {
    margin-top: 45px;
}

/* businessInfo */
.businessInfo .titleInfo {
    margin-top: 84px;
}

.businessInfo .fieldItems {
    margin-top: 52px;
    overflow: auto;
    width: 100%;
    height: 507px;
}

.businessInfo .fieldItems ul {
    display: block;
    height: 507px;
    width: 1887px;
}

.businessInfo .fieldItems li {
    float: left;
    width: 353px;
    height: 504px;
    border: 1px solid #E9E9E8;
    margin-right: 27px;
}

.businessInfo .fieldItems li:last-of-type {
    border-right: 1px solid #E0E0E0;
    margin-right: 0;
}

.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: 28px;
}

.businessInfo .fieldItems p.desc {
    margin-top: 8px;
    font-size: 18px;
}


.businessInfo .fieldItems p.field1 {
    margin-top: 24px;
    font-size: 22px;
}

.businessInfo .fieldItems p.field2,
.businessInfo .fieldItems p.field3,
.businessInfo .fieldItems p.field4 {
    margin-top: 15px;
    font-size: 22px;
}

/* advantageInfo */
.advantageInfo .titleInfo {
    margin-top: 88px;
}

.advantageInfo .advantageItems {
    margin-top: 43px;
}

.advantageInfo .advantageItems li {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    height: 329px;
    border: 1px solid #E8E8E8;
}

.advantageInfo .advantageItems li img {
    margin-top: 80px;
    margin-left: 75px;
    width: 168px;
    height: 168px;
}

.advantageInfo .advantageItems li .info {
    margin-top: 68px;
    margin-left: 70px;
    font-weight: 400;
}

.advantageInfo .advantageItems li .title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
}

.advantageInfo .advantageItems li .desc {
    font-size: 24px;
    line-height: 36px;
    color: #666666;
}

/* clientInfo */
.clientInfo {
    margin: 54px auto 0 auto;
    padding-top: 67px;
    padding-bottom: 110px;
    background: #F9F9F9;
}

.clientInfo .titleInfo .desc {
    color: #f5f5f5;
}

.clientInfo .advantageItems {
    margin-top: 16px;
}

.clientInfo .advantageItems li {
    float: left;
    margin-right: 18px;
    margin-top: 18px;
    width: 208px;
    height: 112px;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
}

.clientInfo .advantageItems li:nth-child(3n) {
    margin-right: 0;
}

/* newsInfo */
.newsInfo .titleInfo {
    margin-top: 51px;
}

.newsInfo .newsItems {
    margin-top: 39px;
}

.newsInfo .newsItems a {
    width: 100%;
}

.newsInfo .newsItems li .img {
    width: 669px;
    height: 397px;
}

.newsInfo .newsItems li .date .day {
    float: left;
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 96px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #1A1A1A;
}

.newsInfo .newsItems li .date .mouth_year {
    float: left;
    margin-top: 47px;
    margin-left: 30px;
    font-size: 28px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #999999;
}

.newsInfo .newsItems li .title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-top: 10px;
}

.newsInfo .newsItems li .desc {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.newsInfo .moreBtn {
    margin: 64px auto;
}