
.caseInfo-main {
    position: relative;
    /* height: 1429px; */
	background-color: grey;
}
.caseInfo-main-banner {
    position: relative;
    height: 402px;
    width: 100%;
    text-align: center;
    background:url(/images/caseInfo/banner.png) no-repeat;
    background-size: cover;
    background-position: right;
}
.caseInfo-main-box {
    position: absolute;
    bottom: 192px;
    width: 1300px;
    height: 273px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    /*background: url(/images/case/case-title.png) no-repeat;*/
    background-size: 648px 273px;
}


