.caseService1 {
    /* PHP - ignore */
    max-width: 1200px;
    margin: 0 auto;
    word-wrap: break-word;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.caseService1 * {
    box-sizing: border-box;
}

.caseService1Top {
    text-align: center;
}

.caseService1Top .title {
    /* PHP - 顶部标题 */
    font-size: 24px;
    color: rgb(16, 170, 156);
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 34px;
}

.caseService1Top .titleDec {
    /* PHP - 顶部描述 */
    font-size: 14px;
    color: rgb(191, 191, 191);
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}


/* .caseService1List:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
} */

.caseService1List {
    font-size: 0;
}

.caseService1ListBox {
    text-align: center;
}

.caseService1List .caseService1Item {
    /* PHP - 数据项 */
    width: 23.5%;
    /* float: left; */
    margin-right: 2%;
    display: inline-block;
    margin-bottom: 2%;
    text-decoration: none;
}

.caseService1List .caseService1Item:nth-child(4n) {
    margin-right: 0;
}


.caseService1List .caseService1Item .imgBox .image-animation {
    /* PHP - 图片 */
    display: block;
    width: 276px;
    height: 380px;
    object-fit: cover;
    max-width: 100%;
    border: 0;
}

.caseService1List .caseService1Item .imgHoverBox {
    display: none;
}

.caseService1List .caseService1Item .imgBox:hover .imgNormalBox {
    display: none;
}

.caseService1List .caseService1Item .imgBox:hover .imgHoverBox {
    display: block;
}

.caseService1List .caseService1Item .title {
    /* PHP - 数据项标题 */
    text-align: center;
    border-bottom: 2px solid #1e88e5;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
