<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #242a37 url(../images/loading.png) 50% 50% no-repeat;
    overflow: hidden
}

.about,
.cases,
.news,
.number,
.service,
.solution {
    padding: 45px 0;
    margin: 15px 0;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.solution {
    padding-bottom: 0
}

.service .c-right {
    text-align: right
}

.service .row {
    margin-bottom: 0
}

.service .service-content {
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.service .service-content i {
    width: 75px;
    height: 75px;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 75px;
    color: #fff;
    text-align: center;
    background: #00a0ea;
    border-radius: 50%
}

.solution-item {
    height: 230px
}

.solution-item .content {
    position: relative;
    height: 230px
}

.solution-item .content .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    border-radius: 5px
}

.solution-item .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.solution-item .content .caption {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 30px;
    text-align: center
}

.solution-item .content .caption h2 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff
}

.solution-item .content .caption h2 span {
    color: #ff8dae
}

.solution-item .content .caption p {
    color: #fff
}

.cases .row.no-mb {
    margin-bottom: 0
}

.cases .row:last-child {
    margin-bottom: 0
}

.case .tabs {
    display: flex;
    height: 30px;
    margin-bottom: 20px;
    background: 0 0
}

.cases .tabs .tab {
    height: 30px;
    padding: 0 2px;
    line-height: 30px;
    text-transform: none
}

.cases .tabs .tab a {
    padding: 0;
    color: #333;
    background: #f7f7f7;
    border-radius: 20px
}

.cases .tabs .tab a.active,
.cases .tabs .tab a:hover {
    color: #fff;
    background: #00a0ea;
    border-radius: 20px
}

.cases .tabs .indicator {
    display: none
}

.cases .content {
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgba(0, 0, 0, .24), 0 3px 1px -2px transparent
}

.cases .content .cases-img {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden
}

.cases .cases-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cases .content h5 {
    margin: 0 10px
}

.cases .content h5 a {
    padding-left: 10px;
    border-left: 4px solid #00a0ea
}

.cases .content p {
    margin: 10px;
    font-size: 14px
}

.cases .content span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    line-height: 1
}

.cases-date {
    padding: 10px;
    text-align: center;
    background: #f7f7f7;
    border-top: 1px solid #efefef
}

.cases-time {
    font-size: 14px;
    color: #999
}

.cases-type {
    font-size: 12px;
    color: #00a0ea;
    border: 1px solid #00a0ea;
    border-radius: 12px
}

.number {
    background-size: cover;
    background-attachment: fixed;
    background: #00a0ea url(../images/number_bg.png) center center no-repeat;
    overflow: hidden
}

.number .row {
    margin-bottom: 0
}

.number .number-content {
    text-align: center
}

.number .number-content h3 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.number sup {
    padding-left: 3px;
    font-size: 20px;
    color: #fff
}

.number sub {
    font-size: 12px;
    color: #fff
}

.number .number-content h6 {
    margin-top: 10px;
    color: #fff
}

.about {
    display: table;
    width: 100%;
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/about_bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden
}

.about .about-content p,
.about .section-title h2,
.about .section-title p {
    color: #fff
}

.about .about-content {
    text-align: center
}

.about .about-content p {
    text-indent: 2em;
    text-align: justify
}

.about .about-content&gt;i {
    position: relative;
    bottom: 6px;
    font-size: 30px;
    color: rgba(255, 255, 255, .75)
}

.about .about-content .more a {
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .75)
}

.about .about-content .more a:hover {
    background: #00a0ea;
    border: 2px solid #00a0ea;
    box-shadow: 0 0 30px rgba(0, 160, 234, .2)
}

.news .row.no-mb {
    margin-bottom: 0
}

.news .row:last-child {
    margin-bottom: 0
}

.news .tabs {
    display: flex;
    height: 30px;
    margin-bottom: 20px;
    background: 0 0
}

.news .tabs .tab {
    height: 30px;
    margin: 0 2px;
    line-height: 30px;
    text-transform: none
}

.news .tabs .tab a {
    padding: 0;
    color: #333;
    background: #f7f7f7;
    border-radius: 20px
}

.news .tabs .tab a.active,
.news .tabs .tab a:hover {
    color: #fff;
    background: #00a0ea;
    border-radius: 20px
}

.news .tabs .indicator {
    display: none
}

#tabs1&gt;.row,
#tabs2&gt;.row,
#tabs3&gt;.row,
#tabs4&gt;.row {
    padding-bottom: 2px;
    border-bottom: 1px dashed #dfdfdf
}

.news .news-content h6 {
    line-height: 20px
}

.news .news-content ul {
    white-space: nowrap;
    overflow: hidden
}

.news .news-content ul li {
    float: left;
    margin-right: 5px;
    font-size: 11px;
    color: #999
}

.news .news-content ul li span {
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.news .news-content ul li i {
    margin-right: 5px;
    font-size: 13px
}

.news .news-images img {
    width: 100%;
    border: 1px solid #f7f7f7
}

.honor {
    padding: 30px 0 10px;
    margin: 15px 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.honor .honor-show {
    margin-left: auto;
    margin-right: auto
}

.honor .honor-show .item {
    display: block;
    max-width: 150px
}

.honor .honor-show .item p {
    text-align: center
}

.honor .honor-show .item img {
    display: block;
    width: 100%;
    border: 1px solid #efefef
}

/* æ–°å¢ž */
.nnew {
    width: 50% !important;
}

.cases .content .cases-img {
    height: 120px !important;
}

.cases .content h5 a{
    font-size: 12px !important;
}
.cases .content p {
    font-size: 11px !important;
}

.cases .content span {
    font-size: 10px !important;
    padding: 5px 5px !important;
    margin: 0 2px !important;
}
.cases-date{
padding: 0 0 5px 0 !important;
}

.cases-time{
    display: block !important;
}

</pre></body></html>