<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app-left-menu{width: 5rem;background: #ffffff;height: 100%;position: fixed;left: 0;top: 0;z-index: 999}
body,html{background: rgba(0,0,0,.035);
    overflow-x: hidden;
    padding: 0;
    margin: 0;}
.menu{cursor: pointer}
.menu span{width: .3rem;height: .3rem;display: inline-block;border-radius: 100%;transition: all .5s}
.menu span:nth-of-type(2){display: none}
.menu span:nth-of-type(4){display: none}
.menu:hover :nth-of-type(1){
    transform: translateX(1.6rem);
}
.menu:hover :nth-of-type(5){
    transform: translateX(-1.6rem);
}
.menu:hover :nth-of-type(3){
    width: .5rem;
    height: .5rem;
}

.sub-cate-item a:hover{
    color: #FFFFFF !important;
}
.sub-cate a:hover{
    color:#f97316 ;
}

.sub-cate-item::after{
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #ededed;
    transform: rotate(45deg);
    bottom: -0.6rem;
    left: calc(50% - .5rem);
    border-radius: 5px;
}

.go-top {
    background: #f97316;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    text-align: center;
    line-height: 3rem;
    z-index: 99999;
    color: #ffffff;
    cursor: pointer;
    display: none;
}

.banner_01{
    background-size: cover;
}
.banner_01_box{
    width: 100%;
    min-height: 100%;
    background:url("../images/common-bg.png") no-repeat, linear-gradient(
            180deg,
            rgba(20, 20, 32, 0.15) 0%,
            #141420 100%
    );
    background-size: cover;
}
.banner-01-left{
    line-height: 3rem;
}

.banner_01_box .line{
    width: 100%;
    position: absolute;
    height: 45vh;
}
.banner_01_box .line span{
    width: 1px;
    height: 100%;
    display: inline-block;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.15),rgba(255,255,255,0));
}
/*.banner-01-left::after{*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: " ";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to right, rgba(255,255,255,.5),#ffdec7) no-repeat;*/
/*    -webkit-transform: skew(-20deg);*/
/*    -moz-transform: skew(-20deg);*/
/*    -o-transform: skew(-20deg);*/
/*    z-index: -1;*/
/*}*/

.banner_02{
    background: url("../images/banner_bg.png") repeat;
}

.case_item:hover{
    padding-bottom: 0 !important;
}
.case_item:hover .mark{
    opacity: 1;
}
.case_item:hover p,.case_item:hover h1{
    margin-top: 0 !important;
    opacity: 1 !important;
}
.case_item:hover img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.case_item .case_item_title{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.case_item:hover .case_item_title{
    transform: translateY(10em);
}

.case_item p{
    transition: all .6s;-moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;
}
.mark{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: all .6s;-moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;
}

.tabs,.service_box{
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.app-list-cate{
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs .tabs_box,.service_box .server_content{
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
}




.news-view-box img{
    width: 100%;
}

.tabs a{
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: .6rem 1.5rem;
    margin: auto 1rem;
    display: block;
}
.tabs a:hover{
    background: #f97316;
    border-color: #f97316;
    color: #ffffff;
}
.tabs .active{
    background: #f97316;
    border-color:#f97316;
    color: #ffffff;
}


#service{
    background: #ffffff url("../images/service_bg.jpg") no-repeat center fixed;
    background-size: cover;
}

.service_box_bg{
    background: url("../images/service_bg_01.png") no-repeat center fixed;
    background-size: cover;
}

.shape-overlays.is-opened {
    transform: rotate(0deg);
}
svg:not(:root) {
    overflow: hidden;
}
svg:not([fill]) {
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
svg:not([fill]) {
    fill: currentColor;
}
.shape-overlays {
    position: fixed;
    top: 0;
    left: -35vw;
    width: 170vw;
    height: 100vh;
    transform: rotate(180deg);
    pointer-events: none;
}

.menu-box{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 30;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

@media screen and (min-width: 768px){
    ::-webkit-scrollbar {width:6px;background:none;height: 6px}
    ::-webkit-scrollbar-button {display: none;}
    ::-webkit-scrollbar-track {}
    ::-webkit-scrollbar-track-piece {}
    ::-webkit-scrollbar-thumb {width:6px;background:#343a40;}
    ::-webkit-scrollbar-corner {background:none;}
    ::-webkit-resizer {}
    ::-webkit-scrollbar:horizontal{height:6px;}
}

@media screen and (max-width: 768px){
    ::-webkit-scrollbar {width:6px;background:none;height: 0px}
    ::-webkit-scrollbar-button {display: none;}
    ::-webkit-scrollbar-track {}
    ::-webkit-scrollbar-track-piece {}
    ::-webkit-scrollbar-thumb {width:6px;background:transparent;}
    ::-webkit-scrollbar-corner {background:none;}
    ::-webkit-resizer {}
    ::-webkit-scrollbar:horizontal{height:0px;}




    .server_01{
        animation: server_01 1.3s ease-in-out 0.3s infinite alternate;
        -moz-animation: server_01 1.3s ease-in-out 0.3s infinite alternate;
        -webkit-animation: server_01 1.3s ease-in-out 0.3s infinite alternate;
        transform: scale(.85);
    }

    @keyframes server_01 {
        from{
            top:-1rem
        }
        to{
            top:-2rem
        }
    }



    .server_02{
        animation: server_02 1.5s ease-in-out 0.5s infinite alternate;
        -moz-animation: server_02 1.5s ease-in-out 0.5s infinite alternate;
        -webkit-animation: server_02 1.5s ease-in-out 0.5s infinite alternate;
        transform: scale(.85);
    }

    @keyframes server_02 {
        from{
            top:-1rem
        }
        to{
            top:-2rem
        }
    }




    .server_03{
        animation: server_03 1.7s ease-in-out 0.7s infinite alternate;
        -moz-animation: server_03 1.7s ease-in-out 0.7s infinite alternate;
        -webkit-animation: server_03 1.7s ease-in-out 0.7s infinite alternate;
        transform: scale(.85);
    }

    @keyframes server_03 {
        from{
            top:-7rem !important;
        }
        to{
            top:-8rem !important;
        }
    }



    .server_04{
        animation: server_04 1.9s ease-in-out 0.9s infinite alternate;
        -moz-animation: server_04 1.9s ease-in-out 0.9s infinite alternate;
        -webkit-animation: server_04 1.9s ease-in-out 0.9s infinite alternate;
        transform: scale(.85);
    }

    @keyframes server_04 {
        from{
            bottom:-9rem
        }
        to{
            bottom:-8rem
        }
    }



    .server_05{
        animation: server_05 2.1s ease-in-out 1.1s infinite alternate;
        -moz-animation: server_05 2.1s ease-in-out 1.1s infinite alternate;
        -webkit-animation: server_05 2.1s ease-in-out 1.1s infinite alternate;
        transform: scale(.85);
    }

    @keyframes server_05 {
        from{
            bottom:-9rem
        }
        to{
            bottom:-8rem
        }
    }
}

/*.mobile-menu{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.menu-active span:nth-of-type(2){*/
/*    display: none;*/
/*}*/
/*.menu-active span:nth-of-type(1){*/
/*    transform: rotate(45deg);*/

/*}*/

/*.menu-active span:nth-of-type(3){*/
/*    transform: rotate(-45deg);*/
/*}*/

/*.mobile-menu span{*/
/*    width: 1.4rem;*/
/*    height: 2px;*/
/*    background: #000;*/
/*}*/
.app-mobile-category{
    overflow: hidden;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.9;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.app-mobile-category a{
    transition: all 1s;
}

.app-mobile-category.active{
    left: 0%;
}
.app-mobile-category.active a{
    transform: translateX(0);
}

.app-mobile-category a{
    font-size: 1.6rem;
    line-height: 3rem;
}
@media screen {

}

.news-item &gt; div:hover{

}

.news-item &gt; div:hover h1{
    color: #f97316;
}
.news-item &gt; div:hover .news-tag{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.news-item &gt; div:hover img{


    transform: rotate(5deg)  scale(1.5);
    -moz-transform: rotate(5deg)  scale(1.5);
    -webkit-transform: rotate(5deg)  scale(1.5);
}

.news-item &gt; div:hover .news-item{
opacity: 1;
}


.more{
    display: block;
    justify-items: center;
    align-items: center;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 25rem;
    margin: 0 auto;
    color: #999;
    position: relative;
    width: 16rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}

.more i{
    margin-left: -20px;
    opacity: 0;
}
.more:hover i{
    position: relative;
    opacity: 1;
    margin-left: 0;
}


.logo::before{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 0;
    border: 100px solid transparent;
    border-top: 22px solid #f97316;
    z-index: 0;
    top:7rem;
}
.logo{overflow: hidden !important;height: 8.5rem;width: 6rem;padding: 0 !important;}

#header{
    transition: all 1s;
}

#header .active{
    color: #f97316 !important;
    position: relative;
}
#header .active::after{
    content: ' ';
    width: .6rem;
    height: 2px;
    background: #f97316;
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.3rem);
    opacity: 1 !important;
}
.app_menu a:hover{
    color: #f97316 !important;
}

.app_menu a:hover:after{
    opacity: 1;
}

.app_menu a{
    position: relative;
}

.app_menu a::after{
    content: ' ';
    width: .6rem;
    height: 2px;
    background: #f97316;
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.3rem);
    opacity: 0;
    transition: all .6s;-moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;
}

/*.h-20{*/
/*    height: 4.6rem;*/
/*}*/

/*.md\:h-20 {*/
/*    height: 4.6rem;*/
/*}*/


.header-bg{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.95;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}


.contact-box .qq {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #1d4b99;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    overflow: hidden;
    color: #FFFFFF;
}

.view-page{
    position: fixed;
    z-index: 999;
    right: 1rem;
    top: calc(50% - 6rem);
    display: flex;
    flex-direction: column;
}
.view-page a{
    font-size: .8rem;
}
.view-page a,.view-page a i{
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: center;
    align-content: center;

}
.view-page a i{font-size: 2rem;}
.view-page &gt; div{
    width: 3rem;
    height: 3rem;
    background: #fff;
}


.service-item{
    border:5px solid rgba(0,0,0,.1);
    cursor: pointer;
    transition: all .5s;
    position: relative;
}


/*.service-item::after:nth-of-type(2n+1){*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    content: "";*/
/*    border-top: 1px dashed #000;*/
/*    transform: rotate(40deg);*/
/*    top: 10rem;*/
/*    left: 5rem;*/
/*    width: 10rem;*/
/*}*/

.service-item:hover{
    border:5px solid #f8bc93;
    cursor: pointer;
    background: #f97316;
    color: #fff !important;
    transform: scale(1.2);
}

.service-item:hover span{
    color: #fff !important;
}

.about_bg_mark{
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
    background: -webkit-linear-gradient(left,rgba(30,95,116,.6),rgba(23,9,49,.6));

    background: -moz-linear-gradient(left, rgba(30,95,116,.6) 0%, rgba(23,9,49,.6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6))));
    background: -webkit-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background: -o-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background: -ms-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    background: linear-gradient(to right, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.6)', endColorstr='rgba(23,9,49,.6)',GradientType=1 );
}

.app-banner-bg{
    transition: all 3s;
    animation: run 5s;
    transform: scale(1);
}

@keyframes run {
    from{
        transform: scale(1.3);
    }
    to{
        transform: scale(1);
    }
    /*100%{*/
    /*    transform: scale(1);*/
    /*}*/
}



.server_01{
    animation: server_01 1.3s ease-in-out 0.3s infinite alternate;
    -moz-animation: server_01 1.3s ease-in-out 0.3s infinite alternate;
    -webkit-animation: server_01 1.3s ease-in-out 0.3s infinite alternate;
}

@keyframes server_01 {
   from{
    top:-1rem
   }
    to{
        top:-2rem
    }
}



.server_02{
    animation: server_02 1.5s ease-in-out 0.5s infinite alternate;
    -moz-animation: server_02 1.5s ease-in-out 0.5s infinite alternate;
    -webkit-animation: server_02 1.5s ease-in-out 0.5s infinite alternate;
}

@keyframes server_02 {
    from{
        top:-1rem
    }
    to{
        top:-2rem
    }
}




.server_03{
    animation: server_03 1.7s ease-in-out 0.7s infinite alternate;
    -moz-animation: server_03 1.7s ease-in-out 0.7s infinite alternate;
    -webkit-animation: server_03 1.7s ease-in-out 0.7s infinite alternate;
}

@keyframes server_03 {
    from{
        top:-15rem
    }
    to{
        top:-16rem
    }
}



.server_04{
    animation: server_04 1.9s ease-in-out 0.9s infinite alternate;
    -moz-animation: server_04 1.9s ease-in-out 0.9s infinite alternate;
    -webkit-animation: server_04 1.9s ease-in-out 0.9s infinite alternate;
}

@keyframes server_04 {
    from{
        bottom:-9rem
    }
    to{
        bottom:-8rem
    }
}



.server_05{
    animation: server_05 2.1s ease-in-out 1.1s infinite alternate;
    -moz-animation: server_05 2.1s ease-in-out 1.1s infinite alternate;
    -webkit-animation: server_05 2.1s ease-in-out 1.1s infinite alternate;
}

@keyframes server_05 {
    from{
        bottom:-9rem
    }
    to{
        bottom:-8rem
    }
}


.mobile-menu {
    width: 1.6rem;
    position: relative;
    z-index: 10;
    padding: .4rem 0;
    margin: -.0266666667rem 0 0 .5333333333rem
}

.mobile-menu span:after{
    width: 1.1rem !important;
}

.mobile-menu span:before{
    width: .7rem !important;
}

.mobile-menu span,
.mobile-menu span:after,
.mobile-menu span:before {
    cursor: pointer;
    height: .15em;
    width: 1.6rem;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    border-radius: 10px;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center
}

.mobile-menu span:before {
    top: -.5rem
}

.mobile-menu span:after {
    bottom: -.5rem
}

.mobile-menu.menu-active span {
    background: #fff
}

.mobile-menu.menu-active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    width: 1.6rem !important;
}

.mobile-menu.menu-active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    width: 1.6rem !important;
}
.app-ser-box img{
    transition: all .5s;
}
.app-ser-box:hover img{
    transform: scale(1.2);
}

.server_ani_01{
    animation: server_ani 1.3s ease-in-out 1s infinite alternate;
    -moz-animation: server_ani 1.3s ease-in-out 1s infinite alternate;
    -webkit-animation: server_ani 1.3s ease-in-out 1s infinite alternate;
}



.server_ani_02{
    animation: server_ani 1.5s ease-in-out 1.2s infinite alternate;
    -moz-animation: server_ani 1.5s ease-in-out 1.2s infinite alternate;
    -webkit-animation: server_ani 1.5s ease-in-out 1.2s infinite alternate;
}

.server_ani_03{
    animation: server_ani 1.7s ease-in-out 1.4s infinite alternate;
    -moz-animation: server_ani 1.7s ease-in-out 1.4s infinite alternate;
    -webkit-animation: server_ani 1.7s ease-in-out 1.4s infinite alternate;
}


.server_ani_04{
    animation: server_ani 1.9s ease-in-out 1.6s infinite alternate;
    -moz-animation: server_ani 1.9s ease-in-out 1.6s infinite alternate;
    -webkit-animation: server_ani 1.9s ease-in-out 1.6s infinite alternate;
}

.server_ani_05{
    animation: server_ani 2.1s ease-in-out 1.8s infinite alternate;
    -moz-animation: server_ani 2.1s ease-in-out 1.8s infinite alternate;
    -webkit-animation: server_ani 2.1s ease-in-out 1.8s infinite alternate;
}

.server_ani_06{
    animation: server_ani 2.3s ease-in-out 2s infinite alternate;
    -moz-animation: server_ani 2.3s ease-in-out 2s infinite alternate;
    -webkit-animation: server_ani 2.3s ease-in-out 2s infinite alternate;
}

.server_ani_07{
    animation: server_ani 2.4s ease-in-out 2.1s infinite alternate;
    -moz-animation: server_ani 2.4s ease-in-out 2.1s infinite alternate;
    -webkit-animation: server_ani 2.4s ease-in-out 2.1s infinite alternate;
}

.server_ani_08{
    animation: server_ani 2.5s ease-in-out 2.2s infinite alternate;
    -moz-animation: server_ani 2.5s ease-in-out 2.2s infinite alternate;
    -webkit-animation: server_ani 2.5s ease-in-out 2.2s infinite alternate;
}

@keyframes server_ani {
    from{
        margin-top:-2rem
    }
    to{
        margin-top:0
    }
}

.app-common-page{
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.app-common-page .pagination-link{
    width:40px;
    height:40px;
    border-radius:100px;
    text-align:center;
    line-height:40px;
    display: inline-block;
    background: #FFFFFF;
}


.app-common-page .pagination-next{
     height:40px;
      line-height:40px;
      background: #FFFFFF;
      border-radius:100px;
      text-align: center;
      padding: 0 20px;
      margin-left: 8px;
      box-shadow:0 5px 5px rgba(0,0,0,0.08)
}

.app-common-page .pagination-previous{
     height:40px;
      line-height:40px;
      background: #FFFFFF;
      border-radius:100px;
      text-align: center;
      padding: 0 20px;
       margin-right: 8px;
       box-shadow:0 5px 5px rgba(0,0,0,0.08)
}

.app-common-page .is-current{
    background: #f97316 !important;
    color: #FFFFFF;
}


.app-common-page .pagination-active:hover{
     background: #f97316 !important;
    color: #FFFFFF;
}

.app-common-page .pagination-list{ display: flex;align-items:center;}

.app-common-page .pagination-list .pagination-link{margin-left:16px;box-shadow:0 5px 5px rgba(0,0,0,0.08)}</pre></body></html>