.topBanner {
    position: relative;
}

    .topBanner .txt {
        width: 100%;
        height: 100%;
        position: absolute;
        color: white;
        top: 0;
        left: 0;
    }

        .topBanner .txt .w {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
        }

        .topBanner .txt h2 {
            font-size: 36px;
        }

        .topBanner .txt p {
            font-size: 22px;
            margin: 3% 0 5%;
        }

        .topBanner .txt a {
            display: inline-block;
            width: 122px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            background: transparent;
            border: 1px solid white;
            transition:all .5s ease;
            -webkit-transition:all .5s ease;
        }
            .topBanner .txt a:hover{
                background:rgba(255,255,255,.3);;

            }

            @media (max-width: 1200px) {
                .topBanner .txt h2 {
        font-size: 29px;
    }

    .topBanner .txt p {
        font-size: 20px;
    }

    .topBanner .txt a {
        width: 97px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 996px) {
    .topBanner .txt h2 {
        font-size: 25px;
    }

    .topBanner .txt p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .topBanner .txt .w {
        text-align: center;
    }

    .topBanner .txt p {
        margin: 2% 0;
    }

    .topBanner .txt a {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .topBanner .txt h2 {
        font-size: 20px;
        margin-bottom: 3%;
    }

    .topBanner .txt p {
        display: none;
    }

    .topBanner .txt a {
        width: 77px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
}


.topBanner1 {
    width: 100%;
    height: 560px;
    position: relative;
}

@media (max-width: 1200px) {
    .topBanner1 {
        height: 450px;
    }
}

@media (max-width: 996px) {
    .topBanner1 {
        height: 385px;
    }
}

@media (max-width: 768px) {
    .topBanner1 {
        height: 308px;
    }
}

@media (max-width: 480px) {
    .topBanner1 {
        height: 265px;
    }
}

   


.sTit {
    font-size: 36px;
    color: #282828;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 4% 0;
}

@media (max-width: 1200px) {
    .sTit {
        font-size: 29px;
    }
}

@media (max-width: 996px) {
    .sTit {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .sTit {
        font-size: 20px;
    }
}

.attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .attention li {
        width: 31%;
        position: relative;
    }

        .attention li .txt {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: white;
            padding: 8%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .attention li .txt span {
                font-size: 14px;
            }

            .attention li .txt p {
                font-size: 22px;
                line-height: 30px;
                margin: 8% 0;
            }

            .attention li .txt a {
                display: inline-block;
                width: 100px;
                height: 32px;
                line-height: 32px;
                font-size: 14px;
                text-align: center;
                background: #952222;
            }

@media (max-width: 996px) {
    .attention li .txt p {
        font-size: 17px;
        line-height: 24px;
        margin: 8% 0;
    }

    .attention li .txt a {
        width: 80px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
}

@media (max-width: 620px) {
    .attention {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .attention li {
            width: 100%;
        }
}

.softwareWrap {
    padding-bottom: 5%;
    margin-top:6%;
}

    .softwareWrap .sTit {
        margin: 4% 0 1%;
    }

    .softwareWrap .minTit {
        text-align: center;
        font-size: 22px;
        color: #282828;
    }

.software {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top:2%;
}

    .software li {
        width: 31%;
        position: relative;
        margin-top: 3%;
    }

        .software li .txt {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: white;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .software li .txt .txtIcon {
                width: auto;
            }

            .software li .txt p {
                font-size: 18px;
                margin-top: 5%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

@media (max-width: 1200px) {
    .softwareWrap .minTit {
        font-size: 18px;
    }

    .software li .txt p {
        font-size: 17px;
    }
}

@media (max-width: 996px) {
    .softwareWrap .minTit {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .softwareWrap .minTit {
        font-size: 14px;
    }

    .software li {
        width: 41%;
    }

        .software li .txt p {
            font-size: 15px;
        }
}

@media (max-width: 480px) {
    .software li {
        width: 48%;
    }

        .software li .txt p {
            font-size: 13px;
        }
}

.consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5% 0 3%;
}

    .consult img {
        width: 50%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .consult .txt {
        width: 50%;
        padding-left: 10%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .consult .txt h3 {
            font-size: 36px;
            color: #282828;
        }

        .consult .txt p {
            font-size: 16px;
            color: #666;
            margin: 10% 0 5%;
        }

        .consult .txt a {
            display: inline-block;
            font-size: 30px;
            color: #333;
        }

@media (max-width: 992px) {
    .consult .txt h3 {
        font-size: 29px;
    }

    .consult .txt p {
        font-size: 15px;
    }

    .consult .txt a {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .consult img {
        display: none;
    }

    .consult .txt {
        width: 100%;
        padding: 0;
        text-align: center;
    }

        .consult .txt p {
            margin: 5% 0;
        }
}

.software li, .attention li, .attention li .txt a {
    transition: all .5s ease;
    -webkit-transiton: all .5s ease;
}

    .software li:hover, .attention li:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    .attention li .txt a:hover {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        background: white;
        color: #000;
    }

    @media(max-width:480px){
        .attention li{
            margin-bottom:5%;
        }
        .softwareWrap{
            margin-top:0;
        }
        .software{
            justify-content:space-between;
        }
    }


@media (max-width: 480px) {
    .topBanner img {
        height: 250px;
    }
}



/*//°¸Àý¹ÊÊÂ*/
.caseTit {
    max-width: 1200px;
    margin: 5% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #282828;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 2%;
}

    .caseTit h3 {
        font-size: 36px;
    }

    .caseTit a {
        font-size: 18px;
    }

        .caseTit a i {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }

        .caseTit a:hover i {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
        }

@media (max-width: 1200px) {
    .caseTit h3 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .caseTit h3 {
        font-size: 28px;
    }

    .caseTit a {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .caseTit h3 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .caseTit h3 {
        font-size: 20px;
    }

    .caseTit a {
        font-size: 14px;
    }
}

.caseList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .caseList li {
        height: 590px;
        width: 40%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

        .caseList li img {
            height: 43%;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .caseList li .txt {
            height: 57%;
            background: #e9e9e9;
            padding: 8%;
            box-sizing: border-box;
        }

            .caseList li .txt span {
                font-size: 14px;
            }

            .caseList li .txt p {
                font-size: 22px;
                line-height: 36px;
                margin: 5% 0 30% 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                height: 25%
            }

            .caseList li .txt a {
                font-size: 18px;
            }

                .caseList li .txt a i {
                    transition: all .5s ease;
                    -webkit-transition: all .5s ease;
                }

                .caseList li .txt a:hover i {
                    transform: translateX(5px);
                    -webkit-transform: translateX(5px);
                }

        .caseList li:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
        }

            .caseList li:hover p {
                color: #da4545;
            }

@media(max-width:1200px) {
    .caseList li {
        height: 472px;
    }

        .caseList li .txt p {
            font-size: 21px;
            line-height: 28px;
        }
}

@media(max-width:996px) {
    .caseList li {
        height: 377px;
    }

        .caseList li .txt p {
            font-size: 20px;
            margin: 5% 0 23% 0;
            height: 33%;
        }
}

@media(max-width:768px) {
    .caseList li {
        height: 300px;
        width: 46%;
    }

        .caseList li .txt p {
            font-size: 18px;
            margin: 5% 0 10% 0;
            height: 39%;
            line-height: 26px;
        }

        .caseList li .txt a {
            font-size: 17px;
        }
}

@media(max-width:480px) {
    .caseList li {
        height: 300px;
        width: 100%;
        margin-bottom: 4%;
    }

        .caseList li .txt {
            padding: 6%;
        }
}