<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 100px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.14rem;
    color: #333;
    line-height: 1.4;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #59919e;
}

.row {
    width: 12rem;
    margin: auto;
    clear: both;
}

/*===== the component of pagination start =====*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .04rem;
    justify-content: flex-end;
}

.page-link {
    position: relative;
    display: block;
    padding: .08rem .12rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .02rem rgba(0, 123, 255, .25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .04rem;
    border-bottom-left-radius: .04rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .04rem;
    border-bottom-right-radius: .04rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/*===== the component of pagination end =====*/

.header-top-sl {
    line-height: 0.38rem;
    cursor: pointer;
    padding: 0 0.1rem;
    color: #333;
}

.header-top-sl .icon {
    font-size: 0.2rem;
}

.header-top-sl:hover {
    background: #eee;
}


.site-header {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);*/
}

.site-header .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header-logo {
    margin: 0.05rem 0.5rem 0 0;
}


.nav {
    flex: 1 1 auto;
}

.nav ul {
    display: flex;

}

.nav li {
    padding: 0 0.05rem;
}

.nav a {
    display: block;
    line-height: 0.55rem;
    font-size: 0.16rem;
    padding: 0 0.15rem;
}

.nav a:hover, .nav a.active {
    border-bottom: 3px solid #ffb400;
    transition: all 0.1s ease-in-out;
}

footer {
    background: url(/images/site-footer-bg.jpg) center top;
    background-size: contain;
    padding: 0.1rem 0;
    text-align: center;
    color: #fff;
}

footer a, footer a:link, footer a:visited {
    color: #fff;
    font-size: 0.16rem;
}

footer a {
    display: inline-block;
    margin: 0 0.1rem;
}

/*===== list page side nav start =====*/
.side-nav {
    flex: 0 0 3rem;
    display: flex;
    flex-direction: column;
}

.side-nav h3 {
    padding-left: 0.1rem;
}

.side-nav .box {
    background: url(/images/bg-side-menu.jpg) left top no-repeat;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.1rem;
}

.side-nav .box li a {
    font-size: 0.15rem;
    display: block;
    padding: 0.1rem;
}

.side-nav .box li a:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/*===== list page side nav end =====*/

/*===== widget of float select start =====*/
.float-select-widget {
    width: 0.6rem;
    position: fixed;
    right: 0.1rem;
    bottom: 2rem;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    background: #fff;
    z-index: 2;
}

.float-select-widget button {
    height: 60px;
    background: #fff;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 60px;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
}

.float-select-widget button i {
    display: block;
    font-size: 0.2rem;
}

.float-select-widget button:hover {
    background: #3388ff;
}

.float-select-widget button:hover i {
    color: #fff;
}

.float-select-widget button:hover span {
    color: #fff;
}

.float-select-widget-to-top {
    border-top: 2px solid #eee;
}

.float-select-widget-to-top button i {
    font-size: 0.22rem;
}

/*===== widget of float select end =====*/

/*===== select language start =====*/
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.2em;
    fill: currentColor;
    overflow: hidden;
}

.dropbtn {
    padding: 0.16rem;
    font-size: 0.16rem;
    border: none;
    cursor: pointer;
    background: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.5em;
}

/*===== select language end =====*/

/*===== page crumbs start =====*/
.sec-crumbs {
    height: 1.2rem;
    background-position: center;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 0.2rem;
}

.sec-crumbs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.sec-crumbs h1, .sec-crumbs h2 {
    font-size: 0.3rem;
    margin: 0;
    padding: 0.2rem;
    position: relative;
}

.sec-crumbs .patch {
    position: relative;
}

.sec-crumbs a {
    color: #fff;
    transition: all 0.3s ease;
}

.sec-crumbs a:hover {
    color: #4c7ce3;
}

/*===== page crumbs end =====*/

/*===== static page style start =====*/
.sec-content .row {
    width: 8rem;
}

.page-content {
    font-size: 0.16rem;
    line-height: 1.8;
}

/*===== static page style end =====*/

/*===== news&amp;product list page style start =====*/
.sec-list .row {
    display: flex;
}

.content-list .item-group {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    margin-bottom: 0.15rem;
    align-items: flex-start;
}

.item-group .item-img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    transition: all 300ms ease;
    padding: 2px;
}

.item-group:hover .item-img {
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.item-group .item-img img {
    display: block;
}

.item-group .item-text a {
    display: block;
    font-size: 0.16rem;
}

.item-group .item-text p {
    text-indent: 2em;
    line-height: 1.8;
    color: #888;
}

/*===== news&amp;product list page style end =====*/
</pre></body></html>