/*banner*/
.ps_banner{
    width: 100%;
}
.ps_banner img{
    width: 100%;
}
/*关于DMG达美高*/
.ps_aboutDMG{
    width: 100%;margin-top: 32px;margin-bottom: 32px;
}
.ps_aboutDMG_div{
    width: 70%;margin: 0 auto;
}
.ps_aboutDMG_title{
    text-align: center;font-size: 24px;font-weight: 500;color: #282828;
}
.ps_aboutDMG_line{
    height: 2px;width: 48px;margin: 5px auto;background: #4487f2;
}
.ps_aboutDMG_cont{
    width: 100%;margin-top: 32px;
}
/*DMG达美高医用食品*/
.ps_foodDMG{
    width: 100%;margin-bottom: 32px;
}
.ps_foodDMG_div{
    width: 70%;margin: 0 auto;
}
.ps_foodDMG_title{
    text-align: center;font-size: 24px;font-weight: 500;color: #282828;
}
.ps_foodDMG_line{
    height: 2px;width: 48px;margin: 5px auto;background: #4487f2;
}
.ps_foodDMG_cont{
    width: 100%;margin-top: 32px;
}
.ps_foodDMG_cont_div{
    border: 1px solid #dbdbdb;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
    width: calc(25% - 2px);
}