.caseService3 {
    max-width: 1200px;
    margin: 0 auto;
    word-wrap: break-word;
    padding: 40px 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.caseService3 * {
    box-sizing: border-box;
}

.caseService3Top {
    text-align: center;
    margin-bottom: 54px;
}

.caseService3Top .title {
    font-size: 36px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.caseService3Top .enTitle {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 28px;
    margin-top: 4px;
}

.caseService3Top .image-animation {
    display: block;
    max-width: 100%;
    border: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.caseService3List {
    background: #fff;
}

.caseService3List:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.caseService3List .caseService3ItemBg {
    width: 51%;
    min-height: 460px;
    background-size: auto;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
    padding: 0;
    display: table;
    margin-left: -200px;

}

.caseService3Img {
    position: absolute;
    left: 0;
    max-width: 100%;
    border: 0;
    width: 100%;
    height: 100%;
}

.caseService3ItemBg .image-animation-content {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caseService3Item {
    float: left;
    text-align: center;
    width: 16%;
    padding-top: 50px;
    border-right: 1px solid rgb(242, 242, 242);
    position: relative;
    padding-bottom: 40px;
}

.caseService3Item .image-animation {
    max-width: 58px;
    height: 56px;
    object-fit: cover;
}

.caseService3ItemBg .image-animation {
    max-width: 100%;
    border: 0;
    margin-bottom: 10px;
}

.caseService3List .caseService3ItemBg .title {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

.caseService3List .caseService3ItemBg .dec {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 28px;
}

.caseService3Item:last-child {
    border-right: none;
}

.caseService3Item .caseService3ItemTitle {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
    line-height: 30px;
}

.caseService3Item .caseService3ItemEnTitle {
    font-size: 14px;
    color: rgb(136, 136, 136);
    line-height: 28px;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.caseService3Item .ModuleImageTextGiantContent {
    padding-bottom: 40px;
    padding-top: 30px;
}

.caseService3Item .content {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseService3Item .content li {
    text-align: center;
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 28px;
}

.caseService3Item .ModuleImageTextGiantContent .image-animation {
    position: absolute;
    bottom: 20px;
}