.case-center {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    background: #F8F8F8;
    padding-bottom: 50px;
}
.case-center .banner {
    width: 100%;
    height: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
}
.case-center .index {
    background: url("../../images/case/index_banner.png") no-repeat center;
    background-size: 100% 100%;
}
.case-center > .case-tabs {
    width: 1200px;
    display: flex;
    align-items: center;
    margin-top: 46px;
    margin-bottom: 60px;
}
.case-center > .case-tabs > .case-tab {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    margin-right: 36px;
    cursor: pointer;
}
.case-center > .case-tabs > .active {
    color: #2D8DCD;
    border-bottom: 2px solid #2D8DCD;
}
.case-center .case-content {
    width: 1200px;
}
.case-center .row {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 46px 0;
}
.case-center .row > a {
    width: 579px;
    height: 469px;
    float: left;
    background: #FFF;
    box-shadow: 0px 2px 13px 0px #E9EFF5;
    cursor: pointer;
}
.short {
    height: 410px !important;
}
.case-center .row > a div:nth-child(1) {
    width: 579px;
    height: 304px;
    overflow: hidden;
    position: relative;
}
.case-center .row > a div:nth-child(1) img {
    width: 579px;
    height: 304px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.case-center .row > a div:nth-child(1) div {
    width: 110px;
    height: 30px;
    background: rgba(0, 0, 0, 0.42);
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.case-center .row > a > .company {
    width: 579px;
    height: 165px;
    text-align: left;
    font-weight: 400;
    padding-left: 21px;
    padding-top: 15px;
}
.case-center .row > a:hover .company > div:nth-child(1) {
    color: #2D8DCD !important;
}
.case-center .row > a > .company > div {
    padding: 5px 0;
}
.case-center .row > a > .company > div:nth-child(1) {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
}
.case-center .row > a > .company > div:nth-child(2) {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: #999999;
}
.case-center .row > a > .name {
    width: 579px;
    height: 106px;
    line-height: 106px;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    padding-left: 21px;
}
.case-center .row a:hover div img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.case-center .row a:hover div {
    color: #2D8DCD;
}
.report-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}
.report-row > .report-box {
    width: 271px;
    height: 173px;
    background: #FFFFFF;
    box-shadow: 0px 2px 13px 0px #E9EFF5;
    display: flex;
    flex-flow: column;
}
.report-row > .report-box > img {
    width: 100%;
}
.report-row > .report-box > div:nth-child(1) {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2D8DCD;
}
.report-row > .report-box > div:nth-child(2) {
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
}
