/*宇清客户案例*/
.customerStories{
    min-width: 1200px;
    height: 551.3px;
    background-image:url('../img/objectCase.png');
    background-size:100% 100%;
    background-repeat:no-repeat;
    position: relative;
}

.customerStories h1{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 166px;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
}

.customerStories p{
    min-width: 768px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 254px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.customerStories_btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 319px;
    width: 222px;
    height: 65px;
    background: #DC1A1A;
    border-radius: 33px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
}

/*项目案例展示*/
.project{
    width: 1200px;
    margin: 45px auto 10px;
}

.project_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 38px;

    /*justify-content: space-between;*/
}

.project_item_Single{
    position: relative;
    width: 387px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: 13px;
}

.project_item_Single_text{
    position: absolute;
    bottom: 0px;
    padding: 18px 0px 18px 10px;
    width: 387px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    background-color: rgba(250, 248, 248, 0.6);
}

.project_item_Single_img img {
    cursor: pointer;
    transition: all 0.6s;
}

.project_item_Single_img:hover>img{
    transform: scale(1.2);
}

