﻿#solut {
    position: relative;
    width: 100%;
    height: 672px;
}
    #solut .sol-title {
        margin: 0 auto;
        padding-top: 200px;
        background-size: 100% 100%;
        width: 100%;
        padding-left: 230px;
    }
    #solut .sol-title h2 {
        height: 49px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        line-height: 49px;
        text-align: left;
        color: #FFFFFF;
    }
    #solut .sol-title p {
        height: 32px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        color: #FFFFFF;
        margin-top:20px;
    }
    #solut .sol-title .yuyue{
        overflow:hidden;zoom:1;
    }
    #solut .sol-title .yuyue span{
        display:block; margin-right:20px; float:left;cursor:pointer; margin-top:40px;
    }
    #solut .sol-title .yangshi {
        width: 104px;
        height: 45px;
        background: #165DFF;
        border-radius: 2px;
        line-height:45px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    #solut .sol-title .duihua {
        width: 104px;
        height: 45px;
        line-height: 45px;
        background: rgba(255, 255, 255, 0.24);
        border-radius: 2px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
    }
#scene{
    width:100%;
    background:url(../i/scene-bg.png) center -60px no-repeat;
    background-size:100% auto;
    padding-bottom:16px;
}
#scene .scene-title {
    width: 100%;
    margin-top: 64px;
}
    #scene .scene-title h3 {
        height: 48px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        color: #252B3A;
    }
    #scene .scene-title p {
        height: 22px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #3D485D;
        margin-top:8px;
    }
#scene .sce-list {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1440px;
    height: 222px;
    background: #F9FBFF;
    border: 1px solid rgba(37, 43, 58, 0.1);
    border-radius: 8px;
    margin-top: 64px;
    padding-left: 55px;
    padding-right: 55px;
}
    #scene .sce-list ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 222px;
    }
        #scene .sce-list ul li h3 {
            height: 47px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 700;
            font-size: 40px;
            line-height: 47px;
            text-align: left;
            color: #252B3A;
        }
        #scene .sce-list ul li p {
            height: 23px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 23px;
            text-align: left;
            color: #3D485D;
            margin-top:24px;
        }

.txt {
    opacity: 1;
    transform: scale(1);
    animation: enter 1.3s ease forwards;
    -webkit-animation: enter 1.3s ease forwards;
}
#scene .sec-con{
    width:1440px; margin:24px auto;
}
#scene .sec-con ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
    #scene .sec-con ul li {
        box-sizing: border-box;
        width: 342px;
        height: 188px;
        background: #F9FBFF;
        border: 1px solid rgba(37, 43, 58, 0.1);
        border-radius: 8px;
        padding:16px 16px 0px 16px;
        position:relative;
        cursor:pointer;
        margin-bottom:26px;
    }
        #scene .sec-con ul li h3 {
            height: 28px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            line-height: 28px;
            text-align: left;
            color: #252B3A;
            padding-left: 56px;
        }
        #scene .sec-con ul li:hover h3 {
            color: #165DFF;
        }

        #scene .sec-con ul li p {
            height: 44px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            text-align:justify;
            color: #252B3A;
            margin-top:25px;
        }
        #scene .sec-con ul li:hover p {
            color: #165DFF;
        }
        #scene .sec-con ul li .ckxq {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            position: absolute;
            width: 100%;
            height: 55px;
            bottom: 0px;
            left: 0px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 55px;
            text-align: center;
            color: #165DFF
        }
        #scene .sec-con ul li .hot {
            width: 96px;
            height: 96px;
            background: url(../i/solu-hot.png);
            position: absolute;
            right: -23px;
            top: -23px;
        }
        #scene .sec-con ul li:hover {
            border: 1px solid #165DFF;
        }
            #scene .sec-con ul li:hover .ckxq {
                background: #165DFF;
                color: #FFFFFF;
                border-radius: 0px 0px 8px 8px;
            }
    #scene .sec-con ul .scene1 {
        background: url(../i/scene1.png) 16px 10px no-repeat;
    }
    #scene .sec-con ul .scene2 {
        background: url(../i/scene2.png) 16px 10px no-repeat;
    }
    #scene .sec-con ul .scene3 {
        background: url(../i/scene3.png) 16px 10px no-repeat;
    }
    #scene .sec-con ul .scene4 {
        background: url(../i/scene4.png) 16px 10px no-repeat;
    }
    #scene .sec-con ul .scene5 {
        background: url(../i/scene5.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene6 {
        background: url(../i/scene6.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene7 {
        background: url(../i/scene7.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene8 {
        background: url(../i/scene8.png) 16px 10px no-repeat;
    }
    #scene .sec-con ul .scene9 {
        background: url(../i/scene9.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene10 {
        background: url(../i/scene10.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene11 {
        background: url(../i/scene11.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene12 {
        background: url(../i/scene12.png) 16px 10px no-repeat;
    }
    #scene .sec-con ul .scene13 {
        background: url(../i/scene13.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene14 {
        background: url(../i/scene14.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene15 {
        background: url(../i/scene15.png) 16px 10px no-repeat;
    }

    #scene .sec-con ul .scene16 {
        background: url(../i/scene16.png) 16px 10px no-repeat;
    }
#custsaid {
    width: 100%;
    position: relative;
    background: #15213B;
    height:960px;
    overflow:hidden;
}
    #custsaid .solut-elli {
        position: absolute;
        width: 500px;
        height: 500px;
        left: -140px;
        bottom: -186px;
        background: rgba(0, 160, 233, 0.56);
        filter: blur(200px);

    }
    #custsaid .solu-cust {
        position: absolute;
        right: 0px;
        top: 0px;
        background: url(../i/solu-cust.png) no-repeat;
        width: 800px;
        height: 100%;
        z-index: 10;
    }
    #custsaid .custsaid-con{
        width:1440px; margin:0 auto;
        height:100%;
        position:relative;
    }

        #custsaid .custsaid-con .mySwiper {
            height: 466px;
        }

        #custsaid .custsaid-con .custsaid-box {
            box-sizing: border-box;
            position: absolute;
            width: 1013px;
            height: 600px;
            left: 0px;
            top: 180px;
            background: rgba(2, 87, 178, 0.24);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            z-index: 100;
            padding:63px 64px 40px 64px;
        }
            #custsaid .custsaid-con .custsaid-box h3 {
                height: 64px;
                background:url(../i/zhemeshuo.png) 0px 0px no-repeat;
            }
            #custsaid .custsaid-con .custsaid-box p {
                width: 100%;
                height: 240px;
                font-family: 'HarmonyOS Sans SC';
                font-style: normal;
                font-weight: 400;
                font-size: 24px;
                line-height: 48px;
                color: #FFFFFF;
                margin-top:94px;
                text-align:justify;
            }
            #custsaid .custsaid-con .custsaid-box .cust-tit {
                position: absolute;
                height: 48px;
                bottom: 40px;
                left: 64px;
                font-family: 'HarmonyOS Sans SC';
                font-style: normal;
                font-weight: 700;
                font-size: 32px;
                line-height: 44px;
                color: #FFFFFF;
                border-bottom:#00A0E9 4px solid;
            }
            #custsaid .custsaid-con .custsaid-box .cust-logo {
                position: absolute;
                width: 312px;
                height: 64px;
                bottom: 32px;
                right: 54px;
            }

            #article .art-tit{
                margin-top:64px;
            }
                #article .art-tit h3 {
                    height: 48px;
                    font-family: 'HarmonyOS Sans SC';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 32px;
                    line-height: 48px;
                    text-align: center;
                    color: #252B3A;
                }
                #article .art-tit p {
                    height: 22px;
                    font-family: 'HarmonyOS Sans SC';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 22px;
                    text-align: center;
                    color: #3D485D;
                    margin-top: 8px;
                }
                #article .art-con{
                    width:1440px; margin:64px auto;
                }
                #article .art-con ul{
                    display:flex;
                    flex-flow:row wrap;
                    justify-content: space-between;
                }
                    #article .art-con ul li {
                        box-sizing: border-box;
                        width: 437px;
                        height: 360px;
                        background: #FFFFFF;
                        border: 1px solid rgba(32, 32, 32, 0.2);
                        border-radius: 16px;
                        position: relative;
                    }
                        #article .art-con ul li:hover {
                            border: 1px solid #165DFF;
                            border-radius: 16px;
                        }


                    #article .art-con ul li img,#article .art-con ul li .img,#article .art-con ul li .img:hover{
                        border-radius: 16px 16px 0px 0px;
                    }
                        #article .art-con ul li h4 {
                            height: 23px;
                            font-family: 'HarmonyOS Sans SC';
                            font-style: normal;
                            font-weight: 500;
                            font-size: 20px;
                            line-height: 23px;
                            color: #FFFFFF;
                            padding:0px 16px;
                            position:absolute;
                            bottom:128px;left:0px;
                            text-align:left;
                        }
                        #article .art-con ul li span {
                            position: absolute;
                            height: 21px;
                            left: 0px;
                            bottom: 83px;
                            font-family: 'HarmonyOS Sans SC';
                            font-style: normal;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 21px;
                            text-align: right;
                            color: #A5A5A5;
                            padding: 0px 16px;
                            display:block;width:100%;
                            background:url(../i/art-date-bg.png) 16px no-repeat;
                        }
                        #article .art-con ul li p {
                            height: 46px;
                            font-family: 'HarmonyOS Sans SC';
                            font-style: normal;
                            font-weight: 400;
                            font-size: 20px;
                            line-height: 23px;
                            color: #252B3A;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            position: absolute;
                            bottom: 21px;
                            left: 0px;
                            text-align: justify;
                            padding: 0px 16px;
                        }
#detail .detail-con {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}
    #detail .detail-con .detail-left {
        width: 1000px;
        min-height: 342px;
        height:auto;
        background: #FFFFFF;
        border-radius: 8px;
    }
#detail {
    background: #F4F6FC;
    padding: 40px 0px;
}
#detail .detail-con{
    width:1440px; margin:0 auto;
}
    #detail .detail-con .detail-left {
        padding: 40px 40px 0px 40px;
    }
        #detail .detail-con .detail-left .title {
            overflow: hidden;
            zoom: 1;
            margin: 0 auto;
            width: auto;
            min-width: 591px;
        }
            #detail .detail-con .detail-left .title ul {
                width: auto;
                display: flex;
                justify-content: center;
            }
    #detail .detail-con .detail-left .title ul li{
        height:64px;
    }
    #detail .detail-con .detail-left .title ul .tit-left {
        background: url(../i/h1-bg-l.png) no-repeat;
        width: 10px;
    }
    #detail .detail-con .detail-left .title ul .tit-center {
        background: #f4f6fc;
        text-align: center;
        min-width: 401px;
    }
    #detail .detail-con .detail-left .title ul .tit-right {
        background: url(../i/h1-bg-r.png) right 0px no-repeat;
        width: 192px;
    }

    #detail .detail-con .detail-left .title ul .tit-center h1 {
        text-align: center;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 64px;
        color: #252B3A;
        width:100%;
    }

    #detail .detail-con .detail-left .content{
        margin-top:20px; line-height:26px; font-size:16px;
    }
    #detail .detail-con .detail-left .content img{
        margin:0 auto;
    }
    #detail .detail-con .detail-left .content ul{
        margin-left:30px;
    }
    #detail .detail-con .detail-left .content ul li{
        list-style-type:disc;
    }

    #detail .detail-con .detail-right {
        width: 400px;
    }
    #detail .detail-con .detail-right .gzh{
        min-height: 400px;
        background: #FFFFFF;
        border-radius: 8px;
        padding:40px;
        text-align:center;
    }
        #detail .detail-con .detail-right .gzh h3 {
            height: 48px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 28px;
            color: #3D485D;
            border-bottom: 1px solid #EFEFEF;
            text-align:left;
            margin-bottom:40px;
        }
        #detail .detail-con .detail-right .gzh h4 {
            height: 23px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 23px;
            color: #3D485D;
            text-align:center;
        }
       /*  #detail .detail-con .detail-right .detail-other {
            min-height: 816px;
            background: #FFFFFF;
            border-radius: 8px;
            margin-top:40px;
            padding:40px;
        }
        #detail .detail-con .detail-right .detail-other h3 {
            height: 48px;
            font-family: 'HarmonyOS Sans SC';
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 28px;
            color: #3D485D;
            border-bottom: 1px solid #EFEFEF;
            text-align: left;
        }
            #detail .detail-con .detail-right .detail-other ul li {
                height: 30px;
                font-family: 'HarmonyOS Sans SC';
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                color: #252B3A;
                margin-top: 20px;
            }
            #detail .detail-con .detail-right .detail-other ul .on {
                color: #165DFF;
            } */

@media (max-width: 750px) {
    #solut .sol-title {
        width: 100%;
        padding: 2rem;
        margin: 0 auto;
        position: absolute;
        top: 7rem;
    }

    #solut .sol-title h2 {
        text-align: center;font-size:2.2rem;
    }

    #solut .sol-title p {
        text-align: center;font-size:1.5rem;line-height:2.3rem;
    }

    #solut .sol-title .yuyue {
        margin: 0 auto;
        margin-top: 3rem;
    }

    #scene .scene-title h3 {
        font-size: 1.8rem;
    }

    #scene .sce-list {
        width: 96%;
        padding: 0px;
        height: 12rem;
    }

    #scene .sce-list ul {
        height: 100%;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    #scene .sce-list ul li {
        width: 19.2%;
    }

    #scene .sce-list ul li h3 {
        font-size: 1.5rem;
    }

    #scene .sce-list ul li p {
        font-size: 1.1rem;
        margin-top: 1rem;
        height: auto;
        text-align: center;
    }

    #scene .sce-list ul li h3 {
        height: 3rem;
        text-align: center;
    }

    #scene .sec-con {
        width: 100%;
    }

    #scene .sec-con ul {
        width: 95%;
        margin: 0 auto;
    }

    #scene .sec-con ul li {
        width: 49%;
    }

    #scene .sec-con ul li p {
        height: 5.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.1rem;
    }

    #scene .sec-con ul li h3 {
        font-size: 1.5rem;
    }

    #scene .sec-con ul li .ckxq {
        font-size: 1.3rem;
    }

    #custsaid .custsaid-con .custsaid-box p {
        height: 18.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.3rem;
        line-height: 2.8rem;
        width: 100%;
        overflow-y: auto;
        margin-top: 5rem;
    }

    #custsaid .custsaid-con {
        width: 100%;
    }

    #custsaid .custsaid-con .custsaid-box {
        width: 100%;
        padding: 2rem;
    }

    #custsaid .custsaid-con .custsaid-box .cust-tit {
        left: 2rem;
        font-size: 1.8rem;
    }

    #custsaid .custsaid-con .custsaid-box .cust-logo {
        width: 12rem;
        background-size: 12rem;
        background-repeat: no-repeat;
        right: 2rem;
        bottom: 1rem;
    }

    #article .art-con {
        width: 95%;
    }

    #article .art-con ul {
        flex-flow: wrap;
    }

    #article .art-con ul li {
        width: 33%;
        margin-bottom: 2rem;
    }

    
    #article .art-con ul li h4 {
        bottom: 13rem;
        font-size: 1.6rem;
    }

    #article .art-con ul li p {
        font-size: 1.2rem;
    }

    #article .art-con {
        margin-bottom: 0px;
    }

    #consul .consul-tit h3 {
        font-size: 2rem;
    }

    #detail .detail-con {
        width: 100%;
        flex-flow: column;
    }

    #detail .detail-con .detail-left {
    }

    #detail .detail-con .detail-left, #detail .detail-con .detail-right {
        padding: 0px;
        width: 100%;
        margin: 0 auto;
    }

    #detail .detail-con .detail-right {
        margin-top: 3.2rem;
    }

    #detail .detail-con .detail-left .title h1 {
        font-size: 2rem;
        padding: 2rem;
        line-height: 3rem;
        text-align: center;
    }

    #detail .detail-con .detail-left .title .title1 {
        width: 90%;
        margin: 0 auto;
    }

        #detail .detail-con .detail-left .content {
            width: 90%;
            margin: 1.2rem auto;
            text-align: justify;
            font-size: 1.3rem;
        }

            #detail .detail-con .detail-left .content, #detail .detail-con .detail-left .content p {
                font-size: 1.3rem;
            }

    #detail .detail-con .detail-left .pre-next {
        width: 90%;
        margin: 80px auto;
    }

    #detail .detail-con .detail-left .pre-next a {
        line-height: 2rem;
        font-size: 1.2rem;
    }

    #detail .detail-con .detail-left .title {
        min-width: auto;
    }

        #detail .detail-con .detail-left .title {
            min-width: auto;
            margin-top: 1rem;
        }

            #detail .detail-con .detail-left .title .title1 span {
                font-size: 1.2rem;
            }

            #detail .detail-con .detail-left .title ul .tit-center {
                min-width: auto;
            }

    #detail .detail-con {
        flex-flow: column;
    }

        #detail .detail-con .detail-left, #detail .detail-con .detail-right {
            width: 95%;
            margin: 0 auto;
        }

        #detail .detail-con .detail-left {
            margin-bottom: 3rem;
        }

            #detail .detail-con .detail-left .title ul .tit-center h1 {
                font-size: 1.8rem;line-height:1.2rem;
            }

}
@media (max-width: 750px) {
    #article .art-con {
        width: 95%;
    }

    #article .art-con ul {
        flex-flow: column;
    }

    #article .art-con ul li {
        width: 100%;
        margin-bottom: 2rem;
    }

    #article .art-con ul li h4 {
        bottom: 13rem;
        font-size: 1.6rem;
    }

    #article .art-con ul li p {
        font-size: 1.2rem;
    }

    #article .art-con {
        margin-bottom: 0px;
    }
    #solut{
        background-size:auto 100% !important;height:372px;
    }
    #custsaid .custsaid-con .custsaid-box .cust-logo{
        background-repeat:no-repeat !important;
        background-size:100% auto !important;
    }
}
.img {
    height: 240px;
    overflow: hidden;
}

#detail .detail-con .detail-right .detail-other {
    background: #FFFFFF;
    border-radius: 8px;
    margin-top:40px;
    padding:40px;
    padding-right:20px;
}
#detail .detail-con .detail-right .detail-other h3 {
    height: 48px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #3D485D;
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
}
#detail .detail-con .detail-right .detail-other ul li {
    margin-top:40px;

}
#detail .detail-con .detail-right .detail-other ul li a {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
#detail .detail-con .detail-right .detail-other ul li .oth-img, #detail .detail-con .detail-right .detail-other ul li .oth-img img {
    width: 140px;
    height: 120px;
    background: #FFC7C7;
    border-radius: 4px;
	object-fit:cover;
}
#detail .detail-con .detail-right .detail-other ul li .oth-txt{
    width:180px;
}
    #detail .detail-con .detail-right .detail-other ul li .oth-txt h4 {
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #252B3A;
        word-wrap: break-word;
        word-break: break-all;
    }
    #detail .detail-con .detail-right .detail-other ul li .oth-txt p {
        height: 46px;
        font-family: 'HarmonyOS Sans SC';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #3D485D;
        text-align: justify;
        margin-top: 8px;
        word-wrap: break-word;
        word-break: break-all;
    }

@media (max-width: 390px)
{
    #detail .detail-con .detail-left .title ul .tit-center h1 {
        font-size: 1.8rem;
        line-height: 1.2rem;
    }
    #detail .detail-con .detail-left .title h1 {
        font-size: 2rem;
        padding: 2rem 0;
        line-height: 3rem;
        text-align: center;

    }
    #detail .detail-con .detail-right .detail-other {
        /* min-height: 780px; */
        background: #FFFFFF;
        border-radius: 8px;
        margin-top: 40px;
        padding: 40px 20px;
    }
}