

.swiper-container {
    width: 950px;
    height: 215px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.project_case_container{
    width: 1200px;
    min-height: 600px;
}
.project_case_item{
    width: 572px;
    overflow: hidden;
    margin-top: 86px;
    cursor: pointer;
    display: inline-block;
}
.project_case_item:nth-child(even){
    margin-left: 50px;
}
.project_case_bg{
    width: 100%;
    height: 393px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;

}
.project_case_bg div{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 393px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.project_case_bg div:hover{
    transform: scale(1.1,1.1);
}
.project_item_name{
    color: #005a3c;
    font-size: 24px;
    margin-top: 15px;
}
.project_item_desc{
    font-size: 14px;
    color: black;
    margin-top: 15px;
}

