/* 未能缩小。正在返回未缩小的内容。
(231,24): run-time error CSS1030: Expected identifier, found '.'
(231,25): run-time error CSS1030: Expected identifier, found 'ip-words-items'
(231,51): run-time error CSS1031: Expected selector, found ')'
(231,51): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.ip-main {
    padding: 0px 70px;
}

.ip-view {
    width: 100%;
    box-sizing: border-box;
}

.ip-head {
    height: calc(100vh - 100px);
    position: relative;
    margin: 0px -70px;
    width: calc(100% + 140px);
}

    .ip-head .ip-pics {
        height: 100%;
        width: 100%;
    }

    .ip-head .ip-editCon1 {
        position: absolute;
        display: block;
        height: 60px;
        right: 0px;
        top: 30vh;
        width: 100%;
    }

    .ip-head .ip-editCon2 {
        position: absolute;
        display: block;
        height: 60px;
        right: 0px;
        bottom: 30vh;
        width: 100%;
    }

.ip-servs {
    /*max-width: 1100px;*/
    margin: auto;
}

    .ip-servs .ip-servs-title {
        height: 60px;
        line-height: 60px;
        font-size: 28px;
        margin: 60px auto 30px auto;
        text-align: center;
    }

    .ip-servs .ip-servs-more {
        margin: 20px auto 160px auto;
        text-align: center;
        width: fit-content;
        display: block;
        color: #777;
    }

        .ip-servs .ip-servs-more:hover {
            color: #0f6cb1;
            transform: translate(0px,-1px);
        }


    .ip-servs .ps-pdt > div:nth-child(1) {
        height: 0;
        width: 100%;
        position: relative;
        padding-bottom: 50%;
    }

        .ip-servs .ps-pdt > div:nth-child(1) img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            position: absolute;
            left: 0px;
            top: 0px;
        }

.ip-case .ps-pdt {
    margin: 0px;
    border-radius: 0;
    border: none;
    width: calc(50%);
    position: relative;
}

    .ip-case .ps-pdt:hover {
        box-shadow: none;
        transform: translate(0px,0px) !important;
    }

        .ip-case .ps-pdt:hover > div:nth-child(1) img {
            scale: 1.1;
        }

        .ip-case .ps-pdt:hover > div:nth-child(2) {
            opacity: 1;
        }

.ip-case .ps-item-con {
    max-width: 1400px;
    margin: auto;
    width: 100%;
}

.ip-case .ps-pdt > div:nth-child(1) {
    transition: 0.5s;
    margin: auto;
    max-width: 100%;
}

    .ip-case .ps-pdt > div:nth-child(1) img {
        object-position: top;
        transition: 0.5s;
    }

.ip-case .ps-pdt > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0%;
    font-size: 40px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #000000AA;
    opacity: 0;
    transition: 0.5s;
    max-width: 100%;
}

.ip-case .ps-pdt > div:nth-child(3) {
    display: none;
}

.ip-servs .ps-pdt > div:nth-child(3) {
    height: 60px;
}



.ip-about {
    max-width: 1100px;
    margin: auto;
    padding: 0px !important;
    margin-top: 80px;
}

    .ip-about .ip-about-main {
        margin-bottom: 80px;
    }

    .ip-about .ip-about-img {
        display: inline-block;
        width: 50%;
        text-align: center;
    }

        .ip-about .ip-about-img img {
            max-width: 100%;
            object-fit: scale-down;
            margin: auto;
        }

        .ip-about .ip-about-img i {
            display: block;
            width: 100%;
            text-align: center;
            height: 400px;
            line-height: 400px;
            font-size: 80px;
            background-color: #e2e2e244;
            border-radius: 5px;
            color: #ddd;
        }

    .ip-about .ip-about-txt {
        display: inline-flex;
        margin-left: 80px;
        width: calc(50% - 84px);
        flex-direction: column;
        vertical-align: middle;
    }

        .ip-about .ip-about-txt .ip-about-title {
            margin: auto auto 40px auto;
            max-width: 100%;
            font-size: 26px;
        }

        .ip-about .ip-about-txt .ip-about-content {
            margin: 0 auto auto auto;
            width: 100%;
            text-align: justify;
            white-space: pre-wrap;
            color: #888;
        }

.ip-words {
    position: relative;
    max-width: 1400px;
    margin: auto;
}

    .ip-words .ip-words-back {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        display: flex;
    }

        .ip-words .ip-words-back img {
            width: calc(40% - 10px);
            height: 100%;
            object-fit: contain;
            margin: auto;
            transition: 0.5s;
        }

    .ip-words:not(:has(.ip-words-items > div:hover)) .ip-words-back img {
        scale: 1.05;
    }

    .ip-words .ip-words-items {
        width: 100%;
        text-align: center;
    }

        .ip-words .ip-words-items > div {
            display: inline-block;
            width: calc(30% - 20px);
            vertical-align: top;
            position: relative;
            user-select: none;
            cursor: default;
            transition: 0.5s;
        }

            .ip-words .ip-words-items > div:nth-child(2n+1) {
                margin: 20px 20% 20px 20px;
            }

            .ip-words .ip-words-items > div:nth-child(2n) {
                margin: 20px 20px 20px 20%;
            }

            .ip-words .ip-words-items > div > div:nth-child(1) {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 30%;
                transition: .5s;
                box-sizing: border-box;
                border: 1px solid #dddddd00;
                z-index: -1;
            }

            .ip-words .ip-words-items > div:hover > div:nth-child(1) {
                height: calc(100% - 30px);
                border: 1px solid #dddddd;
                box-shadow: 0px 0px 5px 1px #00000022;
            }

            .ip-words .ip-words-items > div > div:nth-child(2) {
                height: 60px;
                width: 60px;
                margin: auto;
                box-sizing: border-box;
                border: 1px solid #ddd;
                border-radius: 30px;
                text-align: center;
                background-color: white;
                transition: 0.5s;
            }

            .ip-words .ip-words-items > div:hover > div:nth-child(2) {
                box-shadow: 0px 0px 5px 1px #00000022;
                transform: translate(0px,-10px);
            }

            .ip-words .ip-words-items > div > div:nth-child(2) img {
                height: calc(100% - 26px);
                width: calc(100% - 26px);
                object-fit: contain;
                margin: 13px;
                opacity: 0.4;
                transition: 0.5s;
            }

            .ip-words .ip-words-items > div:hover > div:nth-child(2) img {
                scale: 1.1;
                opacity: 1;
            }

            .ip-words .ip-words-items > div > div:nth-child(2) i {
                height: 60px;
                line-height: 58px;
                width: 60px;
                text-align: center;
                color: #CCC;
                font-size: 20px;
                transition: 0.5s;
            }


            .ip-words .ip-words-items > div:hover > div:nth-child(2) i {
                color: #999;
                font-size: 22px;
            }

            .ip-words .ip-words-items > div > div:nth-child(3) {
                text-align: center;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                margin-top: 15px;
                transition: 0.5s;
            }

            .ip-words .ip-words-items > div:hover > div:nth-child(3) {
                color: #0f6cb1;
                font-size: 18px;
            }

            .ip-words .ip-words-items > div > div:nth-child(4) {
                text-align: center;
                color: #AAA;
                margin: 5px 10px;
                transition: 0.5s;
            }

            .ip-words .ip-words-items > div:hover > div:nth-child(4) {
                color: #777;
            }

@media screen and (max-width: 700px) {
    .ip-main {
        padding: 0px 15px;
    }

    .ip-view {
    }

    .ip-head {
        position: relative;
        height: 0;
        width: calc(100% + 30px);
        padding-bottom: 75%;
        margin: 0px -15px;
    }

        .ip-head .ip-pics {
            position: absolute !important;
            left: 0px;
            top: 0px;
        }

    .ip-servs .ip-servs-title {
        margin: 30px auto 10px auto;
        border-bottom: 1px solid #ddd;
    }

    .ip-servs .ip-servs-more {
        margin: -10px auto 0px auto;
    }

    .ip-about {
    }

        .ip-about .ip-about-main {
            margin-bottom: 40px;
        }

        .ip-about .ip-about-img {
            display: block;
            width: 100%;
        }

        .ip-about .ip-about-txt {
            margin: 0px;
            width: 100%;
            display: block;
        }

            .ip-about .ip-about-txt .ip-about-title {
                text-align: center;
                margin: 10px 0px;
            }
}

