.caseService4 {
    max-width: 1300px;
    margin: 0 auto;
    word-wrap: break-word;
    padding: 40px 0;
    box-sizing: border-box;
}

.caseService4 * {
    box-sizing: border-box;
}

.caseService4 .caseService4Top {
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
}

.caseService4Top .enTitle {
    color: rgb(217, 150, 148);
    font-size: 40px;
    font-weight: bold;
    font-family: 隶书, SimLi;
    line-height: 46px;
}

.caseService4Top .titleLine {
    font-size: 12px;
    color: rgb(217, 150, 148);
}

.caseService4Top .title {
    color: rgb(127, 127, 127);
    font-size: 16px;
}

.caseService4Content {
    overflow-x: hidden;
}

.caseService4Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.caseService4Content .caseService4ContentLeft {
    width: 50%;
    float: right;
}

.caseService4Content .caseService4ContentLeft .image-animation {
    max-width: 100%;
    border: 0;
    display: block;
}

.caseService4Content .caseService4ContentRight {
    margin-top: 45px;
    width: 50%;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.caseService4ContentRight .ModuleImageTextContent {
     word-wrap: break-word;
    padding-right: 10%;
    margin-bottom: 20px;
}

.caseService4ContentRight .ModuleImageTextContent:last-child {
    margin-bottom: 0;
}

.caseService4ContentRight .ModuleImageTextContent .titleTip {
    font-size: 22px;
    margin-bottom: 5px;
    color: #d4a120;
}

.caseService4ContentRight .ModuleImageTextContent .titleTipContent {
     color: #505050;
    font-size: 15px;
    line-height: 1.7;
}