.banner{
    width: 100%;
    min-width: 1200px;
}
.banner img{
    width: 100%;
    display: block;
}
.enterprise{
    padding-bottom: 293px;
}
.enterprise .item_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}
.enterprise .item_wrap .item{
    width: 250px;
    height: 246px;
}
.enterprise .item_wrap .item .p_one{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    -webkit-background-clip: text;
    margin-top: 207px;
    text-align: center;
}