<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 16px/1 "arial", "tahoma", "MicrosoftJhengHei", "Microsoft YaHei", "å¾®è½¯é›…é»‘";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    /* ç”¨ ascii å­—ç¬¦è¡¨ç¤ºï¼Œä½¿å¾—åœ¨ä»»ä½•ç¼–ç&nbsp;ä¸‹éƒ½æ—&nbsp;é—®é¢˜ */
}

input.form-control {
    font: 16px/1 "arial", "tahoma", "MicrosoftJhengHei", "Microsoft YaHei", "å¾®è½¯é›…é»‘";
}

body {
    background-color: transparent;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    color: #333;
}

a.focus, a:focus {
    outline: 0;
}

a.active.focus, a.active:focus, a.active:hover, a.focus:active, a:focus:active, a:hover:active, .open&gt;a.dropdown-toggle.focus, .open&gt;a.dropdown-toggle:focus, .open&gt;a.dropdown-toggle:hover {
    outline: 0;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s;
}

a:active, a:visited {
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {}

h1 {
    font-size: 16px;
    line-height: 36px;
}

h2 {
    font-size: 14px;
    line-height: 30px;
}

h3 {
    line-height: 24px;
}

h3, h4, h5, h6 {
    font-size: 12px;
}

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

ul.has-style li, ol li {
    margin-left: 25px;
}

ul.has-style li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

ul.inline-style li {
    float: left;
    display: inline;
}

dl {
    margin-bottom: 18px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 0 9px;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/*- Form -*/

button, input, select, textarea {
    font-size: 100%;
    font-family: tahoma;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
    *vertical-align: middle;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

button, input {
    line-height: normal;
}

/*scrollbar*/

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    margin-right: 10px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb:vertical {
    height: 8px;
    background-color: #f60;
    -webkit-border-radius: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 6px;
    background-color: #eee;
}

.wrap {
    width: 1356px;
    margin: 0 auto;
}

.head {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */
    height: 100px;
}

.logo {
    width: 11%;
    margin: auto;
}

/* .logo img{
    width: 100%;
} */

.nav {
    width: 60%;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin: auto;
}

.search {
    width: 18%;
    border: 1px solid #999999;
    border-radius: 20px;
    display: inline-block;
    margin: auto;
    padding: 5px;
}

.search input {
    font-size: 14px;
    border: none;
    width: 80%;
    text-indent: 1rem;
}

.nav li {
    text-align: center;
    padding: 40px 15px;
    /* margin: 0 30px; */
}

.nav a {
    font-size: 16px;
    text-align: center;
}

.nav-active a {
    color: red;
    font-weight: bold;
}

.nav-active {
    border-bottom: 4px solid red;
}

/* .nav-active{
    position: relative;
}
.nav-active::after{
    content: "";
    width: 36px;
    height: 2px;
    background-color: red;
    position: absolute;
    bottom: -6px;
    left: 33.33%;
} */

footer {
    background: url('../images/footer.jpg') center no-repeat;
    padding: 42px 0;
    background-size: 100% 100%;
}

footer {
    color: #fff;
}

footer a {
    color: #fff;
    font-size: 14px;
}

.footer {
    display: flex;
    /* justify-content: space-between; */
}

.footer li {
    line-height: 28px;
}

.footer-txt {
    position: relative;
    line-height: 70px !important;
}

.footer-txt a {
    font-size: 20px;
}

.footer-txt::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background: red;
    left: 0;
}

.footer&gt;ul {
    margin-right: 92px;
}

/* .footer img{
    width: 100%;
} */

.footer&gt;ul:nth-of-type(5) {
    margin-right: 45px;
}
.footer&gt;ul:nth-of-type(6) {
    margin-right: 30px;
}

.footer&gt;ul:last-of-type {
    margin-right: 0px;
}

.footer-call li h1 {
    font-size: 32px;
    line-height: 54px;
}

.footer-call {
    margin-top: 60px;
    /* margin: auto 0; */
}

.footer li:hover a {
    color: red;
}

.banner {
    max-height: 680px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 10px !important;
    border-radius: 20px !important;
    transition: all .8s;
}

.swiper-pagination-bullet-active {
    width: 64px !important;
    height: 10px !important;
}

.banner-contact {
    width: 100%;
    max-height: 400px;
}

.banner-contact img {
    width: 100%;
    max-height: 400px;
}

section&gt;div:first-of-type {
    margin-bottom: 100px;
}

.module-tit {
    color: #FF0000;
    border-left: 12px solid red;
    padding: 0 10px;
    margin-bottom: 36px;
}

.module-tit1 {
    font-size: 26px;
    font-weight: bolder;
    line-height: 25px;
}

.module-tit2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
}

.brand-change {
    display: flex;
    justify-content: space-between;
}

.brand-changesub {
    background: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .16);
    text-align: center;
    width: 48%;
}

.brand-changesub-tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}

.brand-changesub-img {
    overflow: hidden;
}

.brand-changesub-img img {
    width: 100%;
    transition: all .8s;
}

.brand-changesub-img:hover img {
    transform: scale(1.1);
}

.brand-changesub-txt {
    padding: 28px;
    text-align: left;
    line-height: 24px;
}

.brand-active&gt;.brand-changesub-tit {
    color: red;
}

.brand-active {
    position: relative;
}

.brand-active::after {
    content: "";
    width: 100%;
    height: 12px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-bt {
    /* visibility: hidden; */
    transition: all .8s;
    opacity: 0;
}

.banner:hover .swiper-bt {
    /* visibility: visible; */
    z-index: 33;
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    background: none !important;
}

.footer img {
    transition: all .6s;
}

/* .footer img:hover {
    transform: scale(1.5);
} */

/* åª’ä½“æŸ¥è¯¢ */

@media screen and (max-width:1356px) {
    .wrap {
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .footer {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .footer&gt;ul {
        margin-right: 0;
        width: 22%;
        /* box-sizing: border-box; */
    }
    .footer&gt;.footer-call {
        width: 100%;
    }
    .contact-index .module-main {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.onloahide {
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    font-size: 30px;
    color: #fff;
    padding-top: 15%;
    background: rgba(20, 20, 20, 0.719);
}

.onloahide&gt;img {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    display: inline-block;
}

@media screen and (max-width:950px) {
    .search {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .search {
        display: none;
    }
    .wrap {
        width: 900px;
    }
    html {
        width: 900px;
    }
}</pre></body></html>