.footerItem {
    width: 100%;
    height: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox 64 */
}

.footerItem::-webkit-scrollbar {
    display: none;
}

.titleLine {
    font-family: SourceHanSansCN;
    margin-top: 136px;
    font-weight: 400;
    font-size: 36px;
    color: #4D4842;
    text-align: center;
}

.titleLine1 {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 36px;
    color: #4D4842;
    text-align: center;
}

.titleEn {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 22px;
    color: #989898;
    margin-top: 12px;
    text-align: center;
}

.underTitle {
    width: 78px;
    height: 5px;
    background: #abcba4;
    margin: 19px auto 0 auto;
    z-index: 10;
    position: relative;
}

.titleDetail {
    margin-top: 30px;
}

.titleDetail p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 21px;
    color: #989898;
    line-height: 33px;
    text-align: center;
}

.underTitleLine {
    width: 300px;
    height: 1px;
    position: relative;
    background: rgb(222, 222, 222);
    margin: 0 auto;
    top: -3px;
}

.corporate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 125px auto 0 auto;
}

.corporateImg {
    width: 615px;
    height: 513px;
}

.corporate_right {
    width: 596px;
    padding-left: 10px;
    padding-top: 40px;
}

.corporate_text {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #989898;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 32px 52px 0 52px;
}

.corporate_right_img {
    width: 596px;
    height: 146px;
    margin-top: 28px;
}

.bossImgLine {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 128px auto 0 auto;
}

.bossImgLine1{
    margin: 50px auto 128px auto;
}

.bossImg {
    width: 584px;
    height: 664px;
    background: #F5F5F5;
    box-sizing: border-box;
}

.bossImgMask{
    width: 584px;
    height: 406px;
}

.flexLine{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 19px 0 34px;
}

.Message{
    font-size: 19px;
    color: #666666;
    width: 150px;
    border-bottom: 1px solid #C5DFC0;
    padding-bottom: 12px;
    position: relative;
    top: 8px;
}

.messageDetail{
    margin-top: 36px;
    padding-left: 32px;
}

.messageDetail p{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 21px;
    color: #989898;
    line-height: 33px;
    text-align: left;
}