/*项目基本信息*/
.project_case{
    min-width: 1200px;
    height: 1079px;
    box-shadow: 0px 5px 18px 0px rgba(80,80,80,0.15);
    position: relative;
}

.project_case_title{
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translate(-50%);
}


.project_case_title h1 {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 19px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}


.project_case_title  p{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}


.project_case_content,.phone_swiper{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    width: 962px;
    height: 810px;
    /*background-image:url('../img/computer.png');*/
    background-size:100% 100%;
    background-repeat:no-repeat;
   /* overflow: hidden;*/
}

.project_case_content_img{
    width: 900px;
    height: 532px;
    /* position: absolute; */
    top: 36px;
}

.project_case_content_img2{
    width: 380px;
    border-radius: 20px;
   /* height: 775px;*/
    top: 20px;
}

.project_case_content img{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.project_case_label{
    /*width: 372px;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 42px;
}

.project_case_label_item{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.project_case_label_type{
    background: #FFFFFF;
    border: 1px solid #828585;
    border-radius: 8px;
    padding: 8px 10px;
    margin-right: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828585;
}

.moreProjects{
    min-width: 1200px;
    background: #F8F8F8;
}
/*更多案例展示*/
.moreProjects_more{
    width: 1200px;
    padding: 38px 0px 16px;
    margin: auto;
}

.moreProjects_items{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.moreProjects_img{
    width: 387px;
    height: 244px;
}


.moreProjects_partner{
    width: 1200px;
    margin: 40px auto 29px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.moreProjects_partner_logo{
    width: 163px;
    height: 34px;
    background: #FFFFFF;
    padding: 32px 26px;
    margin-bottom: 20px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
