<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-header {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 9999;
    background-color: white;
    overflow: hidden;
}

.page-header-icon {
    width: 30vw;
    height: inherit;
    background-image: url(/mobile/images/homepage/logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
}

.page-header-content {
    width: 30%;
    height: inherit;
    float: left;
}

.page-header-button {
    width: auto;
    height: inherit;
    float: right;
    margin-right: 3vw;
}

    .page-header-button &gt; p {
        width: 5vw;
        height: inherit;
        background-image: none;
        background-size: 100% 38%;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
    }

#search {
    margin-right: 3vw;
    background-image: url(/mobile/images/homepage/search.png);
}

#menu {
    width: 6vw;
    background-image: url(/mobile/images/homepage/menu.png);
}

.page-content {
    clear:both;
  /*  padding-top: 6.5vh;*/
    width: inherit;
 /*   height: 85.5vh;*/
  /*  overflow: auto;*/
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/** 其他信息*/

.page-otherInformation {
    width: 100%;
    background-color: #252d44;
}

/** 展示信息*/

.displayInformation {
    width: inherit;
    height: 20vh;
    background-image: url(/mobile/images/homepage/displayInformationBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.displayInformation-title {
    margin: 0 auto;
    margin-top: 5vh;
    width: 80vw;
    text-align: center;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
}

.displayInformation-title2 {
    margin: 0 auto;
    width: 80vw;
    text-align: center;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
}

.displayInformation-hzzx {
    margin: 0 auto;
    margin-top: 3vh;
    width: 20vw;
    height: 2.5vh;
    background-image: url(/mobile/images/homepage/hzzx.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

/** 核心产品 解决方案*/
.coreProducts, .solutions, .followUs {
    margin: 0 auto;
    margin-top: 2vh;
    width: 90%;
    overflow: hidden;
}

.coreProducts-header, .solution-headers, .followUs-header {
    margin-bottom: 1vh;
    width: inherit;
    height: 6vh;
    line-height: 6vh;
    border-bottom: 1px solid #B9C1D4;
    color: white;
    font-size: 16px;
}

.coreProducts-content, .solution-contents {
    width: 100%;
    overflow: hidden;
}

.coreProducts-content-element, .solution-content-elements {
    margin-right: 0vw;
    min-width: 50%;
    height: 4vh;
    line-height: 4vh;
    float: left;
    color: #B4BDCE;
    font-size: 12px;
    cursor: pointer;
}
.coreProducts-content-element a {
    color: #B4BDCE;
}
.solution-content-elements a {
        color: #B4BDCE;
    }
    /**关注我们*/
    .followUs-ewm {
        margin: 0 auto;
        margin-top: 2vh;
        width: 30vw;
        height: 14vh;
        background-image: url(/mobile/images/homepage/ewm.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

.followUs-title {
    margin: 0 auto;
    width: 30vw;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    font-size: 13px;
    color: #B4BDCE;
}

.corporateName {
    margin-top: 2vh;
    width: inherit;
    height: 3vh;
    line-height: 3vh;
    text-align: center;
    font-size: 12px;
    color: #B4BDCE;
}

.filingInstructions {
    width: inherit;
    height: 3vh;
    line-height: 3vh;
    text-align: center;
    font-size: 12px;
    color: #B4BDCE;
}

.page-bottom {
     
    width: 100%;
    height: 8vh;
    background-color: #3C7AFB;
    position: fixed;
    bottom:0px;
    z-index: 9999;
    overflow: hidden;
}

    .page-bottom &gt; p {
        width: 49%;
        height: inherit;
        display: inline-block;
        border-right: 1px solid #9db9f3;
    }

        .page-bottom &gt; p &gt; a&gt; span:nth-child(1) {
            margin: 0 auto;
            margin-top: 1.5vh;
            width: 8vw;
            height: 3vh;
            background-image: url(/mobile/images/homepage/phone.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            display: block;
        }

        .page-bottom &gt; p &gt; a &gt; span:nth-child(2) {
            width: 100%;
            height: 3vh;
            line-height: 3vh;
            text-align: center;
            color: #FFFFFF;
            font-size: 7.5px;
            display: block;
        }

        .page-bottom &gt; p &gt; a &gt; span:nth-child(3) {
            margin-top: -6.5vh;
            margin-left: 25vw;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 6px;
            padding-right: 6px;
            border-radius: 50%;
            display: block;
            position: absolute;
            z-index: 10;
            background-color: red;
            color: white;
            font-size: 7.5px;
            font-weight: bold;
        }


.menulist {
    position:fixed;
    top:60px;
    right:0px;
    width:120px;
    height:310px; 
    display:none;
    color:white;
    z-index:9999;
    
}

.gongsiname {
    height: 80px;
    background-color: #a9a9a9;
    font-size: 20px;
    border-bottom: 1px solid #8b8b8b;
}

.menuname {
    height: 50px;
    line-height: 50px;
    background-color: #5f5f5f;
    font-size: 16px;
    border-bottom: 1px solid #8b8b8b;
    padding-left: 15px;
}
    .menuname a {
        text-decoration: none;
        color: white !important;
        display: block;
        width: 100%;
        height: 100%;
    }




.bottomdivClass {
    width: 100%;
    height: 220px;
    background: url('/images/soft/productbotoom.png') no-repeat;
    background-size: 100% 100%;
}

.productbottomdiv {
    padding-top: 30px;
    width: 100%;
    top: 100px;
    color: white;
    font-size: 1em;
}

.pagebottomdiv {
    width: 80%;
    margin: auto;
    height: 95px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}
.productbottomhzzx {
    width: 30%;
    text-align: center;
    display: flex;
    margin: auto;
}

.productbottomhzzxbtn img {
    width: 75%;
}


.pagebottomitem {
    width: 20%;
}

.pagebottomitemimgdiv {
    width: 100%;
    text-align: center;
}

.pagebottomitemimg {
    width: 50%;
}

.pagebottomitemtitle {
    text-align: center;
    font-size: 0.8em;
    line-height: 30px;
    color: #ffffff;
}


.grid-demos_title {
    height: 70px;
    font-size: 20px;
    margin-top: 10px;
}



.jianbianleft {
    height: 2px;
    width: 10%;
    background: linear-gradient(to right, rgb(255 255 255 / 0%), white);
    margin-top: 10px;
}

.jianbianright {
    height: 2px;
    width: 60px;
    background: linear-gradient(to right, white,rgb(255 255 255 / 0%));
    margin-top: 10px;
}

.titletibs {
    text-align: center;
    width: 50%;
}

.bottomtitlechilddiv {
    margin: auto;
    width: 80%;
    margin-top: 10px;
    font-size: 0.6em;
    color: white;
    display: flex;
    justify-content: space-evenly;
}</pre></body></html>