/* 案例展示开始 */
.caseShow {
    width: 100%;
    padding: 70px 0;
    background: url('../image/caseShow_caseShow_bg.jpg') no-repeat center/cover;
}

.caseShow h3 {
    font-size: 32px;

    font-weight: 500;
    color: #000000;
}

.caseShow .content {
    padding: 45px 55px 50px 65px;
    margin-top: 40px;
    background: linear-gradient(180deg, #FFFFFF, #F7F9FE);
    box-shadow: 0px 4px 16px 4px rgba(199, 207, 221, 0.2);
    border: 2px solid #FFFFFF;
}
.caseShow .content img{ width:auto; margin:0 auto; max-width:100%;}

.caseShow .content>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caseShow .content>.title .icon {
    /* width: 112px; */
}

.caseShow .content>.title .back {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0052D9;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
}

.caseShow .content>.title .back>.iconfont,
.caseShow .content>.pageTurner .prev>.iconfont,
.caseShow .content>.pageTurner .next>.iconfont {
    display: inline-block;
    margin-right: 15px;
    transform: rotateZ(180deg);
}

.caseShow .content>h4 {
    font-size: 20px;

    font-weight: 500;
    color: #333333;
    margin-top: 45px;
}

.caseShow .content>p {
    font-size: 16px;

    font-weight: 400;
    color: #4B5B76;
    margin-top: 20px;
}

.caseShow .content>.pageTurner {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.caseShow .content>.pageTurner .prev,
.caseShow .content>.pageTurner .next {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0052D9;
    transition: 0.3s;
    font-size: 16px;

    font-weight: 400;
    color: #0052D9;
    transition: 0.3s;
}

.caseShow .content>.pageTurner .prev:hover,
.caseShow .content>.pageTurner .next:hover {
    background: #0052D9;
    color: #FFFFFF;
    border-color: transparent;
}

.caseShow .content>.pageTurner .prev {
    margin-right: 15px;
}

.caseShow .content>.pageTurner .next>.iconfont {
    transform: rotate(0);
    margin-right: 0;
    margin-left: 15px;
}

/* 案例展示结束 */


/* 图片展示开始 */
.caseImgs {
    width: 100%;
    padding: 50px 0;
}

.caseImgs svg {
    width: 0;
    height: 0;
}

.caseImgs .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.caseImgs .content .img {
    filter: url(#sharpy);
}

.caseImgs .content .rowtwo {
    grid-column-start: 1;
    grid-column-end: 3;
}

/* 图片展示结束 */



/* 浮动链接开始 */
.visitWeb {
    position: fixed;
    z-index: 888;
    right: 0;
    top: 85vh;
    transform: translateY(-50%);
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0052D9;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
}

.visitWeb>.fg,
.floatTurnPage>.fg {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.49);
    margin: 0 25px 0 15px;
}

/* 浮动链接结束 */


/* 浮动翻篇开始 */
.floatTurnPage {
    position: fixed;
    z-index: 886;
    right: 0;
    top: calc(85vh + 50px);
    transform: translateY(-50%);
    width: 200px;
    height: 50px;
    background: #0e64f0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.floatTurnPage>.fg {
    margin: 0;
}

.floatTurnPage .prev,
.floatTurnPage .next {
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
}

.floatTurnPage .prev>.iconfont {
    display: inline-block;
    transform: rotateZ(-180deg);
}

/* 浮动翻篇结束 */




@media (max-width:1440px) {
    .caseShow h3 {
        font-size: 28px;
    }

    .visitWeb,
    .floatTurnPage {
        width: 180px;
    }
}


@media (max-width:1280px) {
    .caseShow h3 {
        font-size: 26px;
    }

    .caseShow {
        padding: 60px 0;
    }

    .caseShow .content {
        padding: 40px 50px;
    }

    .caseShow .content>h4 {
        margin-top: 35px;
    }

    .caseImgs {
        padding: 30px 0;
    }
}


@media (max-width:1024px) {
    .caseShow h3 {
        font-size: 24px;
    }

    .caseShow {
        padding: 40px 0;
    }

    .caseShow .content>.title .icon {
        width: 400px;
    }

    .caseShow .content {
        margin-top: 30px;
        padding: 30px 35px;
    }

    .caseShow .content>.title .back {
        font-size: 14px;
    }

    .caseShow .content>.title .back,
    .caseShow .content>.pageTurner .prev,
    .caseShow .content>.pageTurner .next {
        width: 120px;
    }

    .caseShow .content>h4 {
        margin-top: 20px;
        font-size: 18px;
    }

    .caseShow .content>p {
        font-size: 14px;
        margin-top: 15px;
    }

    .caseShow .content>.pageTurner .next>.iconfont {
        margin-left: 10px;
    }

    .caseShow .content>.title .back>.iconfont,
    .caseShow .content>.pageTurner .prev>.iconfont {
        margin-right: 10px;
    }

    .visitWeb,
    .floatTurnPage {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .visitWeb,
    .floatTurnPage .prev,
    .floatTurnPage .next {
        font-size: 14px;
    }

    .visitWeb>.fg {
        margin: 0 10px;
    }
}


@media (max-width:768px) {
    .caseShow .content>.title .icon {
        width: 100%;
    }

    .caseShow .content {
        padding: 20px 25px;
    }

    .caseShow .content>h4 {
        font-size: 16px;
        margin-top: 15px;
    }

    .caseShow .content>p {
        margin-top: 10px;
    }

    .caseShow .content>.title .back,
    .caseShow .content>.pageTurner .prev,
    .caseShow .content>.pageTurner .next {
        width: 150px;
        height: 30px;
        line-height: 30px;
    }

    .caseShow .content>.pageTurner {
        margin-top: 20px;
    }
}


@media (max-width:600px) {
    .caseShow h3 {
        font-size: 22px;
    }
}


@media (max-width:480px) {
	.caseShow .content>.title{ display:block;}
    .caseShow .content>.title .icon {
        width: 100%;
    }
	.caseShow .content>.title .back,
    .caseShow .content>.pageTurner .prev,
    .caseShow .content>.pageTurner .next {
         display:block; margin-top:20px;
    }
	
	
}