<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-wrap {
    background: #f8f8f8
}

.img-place {
    -o-object-fit: cover;
    object-fit: cover;
    background: #d9d9d9;
    border-radius: 4px
}

.product-section {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    min-width: 1200px;
    margin: 0 auto
}

.product-section-title {
    color: #143C68;
    font-size: 24px;
    font-weight: 500;
    line-height: 65px;
    padding: 36px 0 20px;
    text-align: center;
}

.product-section-title-left{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    padding: 10px 0 10px;
    text-align: left;
}

.product-title-tip {
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 10px
}
.product-sort-section .product-no-show{
    display: none;
}

.product-sort-section .sort-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px;
}



.app_item_list li a .sub_title {
    color: #939b4f;
    max-height: 24px;
    overflow: hidden;
    /* margin-bottom: 15px; */
    margin-bottom: 5px;
}
.app_item_list li a .text_block {
    color: #000;
    /* max-height: 96px; */
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
}

.sort-item-no-show{
    display: none;
}

.product-sort-section .sort-item {
    background: #F8FAFB;
    margin: 0 12px 12px 0;
    width: 25%;
    width: calc(25% - 12px);
    border-radius: 8px;
    cursor: pointer;
}
.product-sort-section .sort-item:hover{
    box-shadow: 8px 5px 7px rgba(4,50,133,.1);
}


.product-sort-section .sort-title {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    max-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.product-sort-section .sort-img {
    height: 140px;
    border-radius: 4px;
    -o-object-fit: cover;
    margin-left: 8px;
    margin-top: 10px;
    max-width: 190px;
}
.left-content-padding{
    padding: 120px 50px;
}
.img-text{
    text-align: center;
    margin-bottom: 10px
}
.product-sort-section .sort-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-section .info-btn {
    color: #ffffff;
    padding: 0 16px;
    height: 28px;
    border-radius: 12px;
    border: 1px solid #395a83;
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
    white-space: nowrap;
    background:#143D68 ;
}



.product-section .info-btn .arrow-icon {
    width: 12px;
    margin-left: 8px;
    vertical-align: middle
}

.product-sort-section .more-btn {
    color: #143c68;
    padding: 10px;
    display: inline-block
}

.product-sort-section .last-sort-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.core-item {
    border-radius: 4px;
    padding: 40px;
    background: #F8FAFB;
    cursor: pointer;
}
.core-item:hover{
    box-shadow: 8px 5px 7px rgba(4,50,133,.1);
}

.core-import {
    width: 52%;
    margin-right: 12px;
    background: #F8FAFB;
    cursor: pointer;
}
.core-import:hover{
    box-shadow: 8px 5px 7px rgba(4,50,133,.1);
}

.core-title {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px
}

.core-import-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px
}

.core-item.core-import .core-img {
    width: 200px;
    height: 200px
}

.pt10 {
    padding-top: 10px
}

.mr12 {
    margin-right: 12px
}

.core-item .core-img {
    width: 268px;
    height: 80px
}

.core-item-last {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.core-item-last .core-img {
    width: 200px;
    height: 130px;
    margin-left: 16px
}

.product-new-section .new-item {
    color: #1f1f1f;
    line-height: 24px;
    font-size: 16px
}

.product-new-section .new-item:not(:last-child) {
    padding-bottom: 36px
}

.product-new-section .new-item .date {
    color: #434343;
    font-size: 14px;
    padding-right: 24px;
    white-space: nowrap
}

.product-new-section .new-item .icon {
    width: 18px;
    height: auto;
    margin-right: 15px
}

.product-new-section .new-item:hover {
    color: #000
}

.product-service-section {
    padding-bottom: 60px
}

.product-service-section .service-item {
    display: block;
    position: relative
}

.product-service-section .service-item:not(:last-child) {
    margin-right: 12px
}

.product-service-section .service-item img {
    width: 100%;
    height: auto;
    display: block
}

.product-service-section .service-item .tip {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}
.category_title{
    font-weight: bold;
    font-size: 38px;
}

.product-service-section .service-item:hover .tip {
    opacity: 1
}

.hide-more {
    display: none;
    color: #114277cc;
    font-size: 14px
}


@media (max-width: 600px) {
    .product-section {
        width: 90%;
        min-width: auto
    }

    .product-section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0 10px;
        font-size: 22px
    }
    .product-section-title-left{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0 10px;
        font-size: 22px
    }

    .product-title-tip {
        font-size: 13px
    }

    .hide-more {
        display: block
    }

    .product-sort-section .sort-list {
        display: block
    }

    .product-sort-section .sort-item {
        width: 100%;
        margin: 0 0 8px 0
    }

    .product-sort-section .sort-item.last-sort-item {
        display: none
    }

    .product-core-section .core-list {
        display: block
    }

    .core-import {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px
    }

    .core-item {
        padding: 12px
    }

    .core-item:not(:first-child) {
        margin-top: 12px
    }

    .core-import-bottom {
        margin-top: 10px
    }

    .core-item.core-import .core-img {
        width: 100px;
        height: 100px
    }

    .core-item.mr12 {
        margin-right: 0
    }

    .core-list .flex1 .disflex {
        display: block
    }

    .product-new-section .new-item {
        font-size: 14px
    }

    .product-new-section .new-item:not(:last-child) {
        padding-bottom: 12px
    }

    .product-new-section .new-item .date {
        padding-right: 10px;
        font-size: 13px
    }

    .product-new-section .new-item .icon {
        margin-right: 8px
    }

    .product-service-section {
        padding-bottom: 20px
    }

    .product-service-section &gt; .disflex {
        display: block
    }

    .product-service-section .service-item {
        width: 100%
    }

    .product-service-section .service-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }
    .product-sort-section .sort-title {
        color: #000;
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 8px;
        font-weight: bold;
    }

    .category_title{
        font-weight: bold;
        font-size: 22px;
    }
    .category_title-left{
        font-weight: bold;
        font-size: 22px;
    }
}
.tab_list{
    display: block;
    /*margin-bottom: 50px;*/
    margin-bottom: 10px;
}
.tab_list li{
    display: inline-block;
    background: #dcdcdc;
    color: #707070;
    padding: 3px 12px;
    height: 54px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.tab_list li span{
    height: 48px;
}
.tab_list li:hover,
.tab_list li.active{
    color: #fff;
}

.tab_list .common_btn:after {
    background: #68aedf;
}
.common_btn:after {
    background: #4293cc;
}
.sort-list a{
    width:100%;
    height: 290px;
    text-decoration: none;
    /* padding: 10px; */
    padding: 5px 10px;
    position: relative;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.tab_list .common_btn.active:before,
.tab_list .common_btn.active:after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.tab_list .common_btn.active:after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
.tab_list .common_btn{
    background: #0B5989;
    color:#fff;
    border-radius:0;

}
.tab_list .common_btn:hover,.tab_list .common_btn.active {
    background: #ACC9DD;
    color:#0B5989;
}
.tab_list .common_btn:before {
    background: #ACC9DD;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}
.tab_list .common_btn:before {
    background: #ACC9DD;
}

.footer-wrap {
    background: #f8f8f8
}

.product-info-section {
    position: relative;
    padding-top: 30px
}

.product-info-section .bg-plackholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 27vw;
    max-height: 400px;
    min-height: 200px;
    z-index: -1;
    background-color: #143c68
}

.product-info-section .top-img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%
}

.product-name {
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 46px
}

.product-content-section {
    width: 80%;
    min-width: 1200px;
    margin: 0 auto
}

.product-info {
    border: 1px solid #143c68;
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
    margin-top: 20px
}

.product-info .product-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0
}

.product-info .product-info-item:not(:last-child) {
    border-bottom: 1px solid #143c68
}

.product-info .label {
    padding: 0 30px;
    white-space: nowrap;
    font-weight: 500
}

.product-info .value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
}

.section {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
    color: #595959
}

.params-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.params-img {
    margin-right: 10px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.params-img img {
    display: block;
    height: auto;
    width: 100%;
}

.params-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 24px;
    color: #595959
}
.params-content p{
    font-size: 18px;
}

.other-product-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #141414;
    line-height: 24px;
    font-size: 16px
}

.ellipsis2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    /* max-height: 96px; */
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.other-product-item {
    padding: 12px;
    border: .5px solid #f0f0f0;
    width: 14.2%;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.other-product-item.active {
    background: #143c68;
    color: #fff
}

.tab-section {
    margin-bottom: 50px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 24px
}

.tab-section .tab-nav-img {
    margin-right: 12px;
    width: 20%
}

.tab-section .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}


.tab-section .nav-wrap .nav-item {
    padding: 12px;
    cursor: pointer
}

.tab-section .nav-wrap .nav-item.active {
    color: #143c68
}

#page-pagination {
    position: relative
}

.table {
    table-layout: auto
}

.table-wrap {
    padding-top: 30px
}

.table-wrap thead th {
    min-width: 100px;
    white-space: nowrap
}

.table-responsive {
    display: table
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.category_title-left{
    font-weight: bold;
    font-size: 22px;
}

.common_more_btn{
    font-size: 16px;
    line-height: 24px;
    color: #143C68;
    border: 1px solid #143C68;
    border-radius: 3px;
    background: #fff;
    padding: 8px 5px;
    width: 170px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 600px) {
    .product-content-section {
        width: 90%;
        min-width: auto
    }

    .product-info-section {
        padding-top: 20px
    }

    .product-info-section .top-img {
        max-height: 200px;
        margin-bottom: 5px
    }

    .product-name {
        font-size: 24px
    }

    .product-info {
        margin-top: 5px
    }

    .product-info .product-info-item {
        padding: 10px 0
    }

    .product-info .label {
        padding: 0 20px
    }

    .product-info .value {
        padding-right: 10px
    }

    .section {
        margin-top: 20px
    }

    .params-section {
        display: block
    }

    .params-img {
        width: 100%;
        margin-right: 0
    }

    .params-content {
        padding: 12px
    }

    .other-product-item {
        max-width: 200px;
        width: 50%;
        padding: 6px 10px;
        font-size: 14px
    }

    .tab-section {
        padding: 10px 10px 15px;
        margin-bottom: 20px
    }

    .tab-section .tab-nav-img {
        margin-right: 2px
    }

    .tab-section .nav-wrap .nav-item {
        padding: 6px 10px
    }

    .table-wrap {
        padding-top: 10px
    }

    .page .custom-pagination {
        min-width: 100%;
        left: 0;
        margin-left: 0 !important
    }

    .page .custom-pagination a.next-page, .page .custom-pagination a.prev-page {
        position: relative;
        width: 30px
    }

    .page .custom-pagination a.prev-page::before {
        content: "&lt;"
    }

    .page .custom-pagination a.next-page::before {
        content: "&gt;"
    }

    .page .custom-pagination a.next-page::before, .page .custom-pagination a.prev-page::before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .page .custom-pagination a.next-page span, .page .custom-pagination a.prev-page span {
        display: none
    }

    .table-responsive {
        display: block
    }
}</pre></body></html>