body {
    width: 100%;
    height: 100%;
}

.header img {
    width: 100%;
    height: 100%;
}

/* 内容CSS开始----------------> */
.pms_header {
    height: 846px;
    background: url(/images/corporateDining/bg.png) no-repeat top/cover;
    padding-top: 300px;
    color: #fff
}

.pms_header__content {
    width: 1185px;
    padding-left: 70px;
}

.pms_header__title {
    color: #19181E;
    font-size: 80px;
    margin-bottom: 26px
}

.pms_header__desc {
    color: #141217;
    width: 400px;
    margin-top: 56px;
    font-size: 30px;
    line-height: 56px
}

.pms_content__info {
    width: 1200px;
    border-radius: 10px;
    background-color: #EDEEEF;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.pms_content__info_1 {
    padding: 45px;
    
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
}

.pms_content__info1{
	margin-top: 50px
}

.dining_intro_1 {
    margin: 50px;
    display: grid;
    /*2列，各占50%*/
    grid-template-columns: repeat(2, 50%);
    /*2行，各占50%*/
    grid-template-rows: repeat(2, 50%);
    /* 2列间距 */
    grid-column-gap: 34px;
    /* 2行间距 */
    grid-row-gap: 30px;
}

.intro_item {
    background-color: #EDEEEF;
    width: 584px;
    height: 250px;
    border-radius: 10px;
}

.intro_item .item_merge_1 {
    display: flex;
    align-items: flex-end;
}

.intro_item .item_img {
    margin-top: 30px;
    margin-left: 31px;
    width: 38px;
    height: 38px;
}

.intro_item .item_title {
    padding-left: 20px;

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.intro_item .item_content {
    padding-left: 87px;

    width: 500px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.dining_intro_2 {
    margin: 50px;
    display: grid;
    /*4列，各占25%*/
    grid-template-columns: repeat(4, 25%);
    /* 4列间距 */
    grid-column-gap: 10px;
}

.protection_item {
    width: 284px;
    background: #EDEEEF;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
}

.protection_item .protection_img {
    border-radius: 10px;
}

.protection_item .protection_title {
    padding-top: 31px;
    padding-left: 29px;

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.protection_item .protection_content {
    padding: 10px 30px 30px 30px;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}








.teamwork .title {
    text-align: center;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 68px;
    padding-top: 100px
}

.teamwork .content {
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 68px;
}

/* 内容CSS结束----------------> */

/* 尾部CSS开始----------------> */
.home-footer {
    height: 467px;
    background: #333333;
    border: 1px solid #070002;
    display: flex;
    justify-content: center;
}

.home-footer .footer-left {
    line-height: 48px;
    font-weight: 400;
    font-family: Microsoft YaHei;
}

.home-footer .footer-title {
    padding-top: 97px;
    height: 36px;
    font-size: 36px;
    color: #FFFFFF;
}

.home-footer .footer-text1 {
    padding-top: 70px;
    height: 32px;
    font-size: 32px;
    color: #999999;
}

.home-footer .footer-text2 {
    padding-top: 130px;
    height: 77px;
    font-size: 28px;
    color: #999999;
}

.home-footer .shu {
    margin-top: 96px;
    content: '';
    height: 280px;
    width: 1px;
    background: #999999;
    display: inline-block;
    vertical-align: middle;
}

.home-footer .footer_right {
    display: flex;
    flex-direction: row;

    font-family: Microsoft YaHei;
    line-height: 48px;
    font-weight: 400;
}
.home-footer .footer_right .right__left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-footer .footer_right .right__right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-footer .footer_right .footer-logo img {
    padding-top: 80px;
}

.home-footer .footer_right .footer-logo div {
    padding-top: 21px;
    padding-left: 15px;

    width: 145px;
    height: 28px;
    font-size: 28px;
    color: #999999;
}

.home-footer .footer_right .footer-text3 {
    padding-top: 50px;

    width: 99px;
    height: 24px;
    font-size: 24px;
    color: #999999;
}

.home-footer .footer_right .footer-text4 {
    padding-top: 50px;
    width: 250px;
    height: 22px;
    font-size: 28px;
    color: #FFFFFF;
    padding-left: 20px;
}
/* 尾部CSS结束----------------> */