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

.shopmain .onebanner {
    min-height: 508px;
    background-color: rgb(242, 238, 238);
    /* background: url(../image/shopbanner3.jpg) no-repeat right center;background-size: cover; */
}

.sctitle {
    font-family: 'hansancn';
    color: #666666;
}

.shopmain .bannertxt {
    text-align: left;
}

.shopmain .bannertxt p {
    margin-top: 10px;
    width: 50%;
}

.shopmain.active {
    display: block;
}

.shopdInfo {
    display: flex;
    color: #666666;
}

.shop_left {
    margin-right: 40px;
    flex-shrink: 0;
}

.shop_left .shopimg {
    width: 475px;
    max-width: 100%;
}

.shop_left .shopimg img {
    width: 100%;
}

.shop_right {
    flex-grow: 1;
}

.shop_right ul li {
    margin-bottom: 10px;
}

.othersul {
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    display: none;
}

.screen {
    vertical-align: middle;
    display: none;
}

.screen i {
    font-size: 20px;
    margin-right: 5px;
    color: #b51c22;
    vertical-align: middle;
}

.si_table {
    width: 100%;
}

/* .si_table tr{border:1px solid #e2e2e2} */
.si_table thead tr {
    background-color: #b51c22;
    color: #fff;
    font-family: 'hansancn';
}

.si_table tr td {
    padding: 15px 10px;
    border: 1px solid #e2e2e2;
}

.si_table tr td:nth-of-type(1) {
    max-width: 300px;
    width: 20%;
}

.si_table tr td:nth-of-type(2) {
    text-align: center;
}

.si_select {
    position: relative;
}

.si_select&gt;div {
    display: none;
}

.si_select&gt;div.active {
    display: inline-block;
}

.si_select .sis_box {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgb(55, 54, 54);
    display: none;
    z-index: 22;
    max-height: 500px;
    overflow: auto;
}

.sitab {
    font-weight: normal;
    margin-right: 5px;
}

.sis_box li {
    padding: 8px;
    border-bottom: 1px solid #f2f2f2;
    color: #666666;
}


/* æ–°äº§å“åˆ—è¡¨æ&nbsp;·å¼ */
.nshoptitle {
    width: 100%;
    font-size: 20px;
    color: #be1115;
    line-height: 99px;
    border-bottom: 2px solid #b51c22;
}

.nshoptitle img {
    width: 40px;
    margin-right: 10px;
}

.nshoptitle span {
    color: #b51c22;
    font-weight: bold;
}

.nshopitem:first-child {
    margin-top: 0px;
}

.nshopitem {
    width: 100%;
    background-color: #f7f7f7;
    padding: 30px 135px;
    margin-top: 50px;
}

.nshopitem&gt;div {
    width: 48%;
}

.nshopitem .nimg {
    float: left;
    text-align: center;
}

.nshopitem .mtxt {
    float: right;
    margin-top: 5%;
}

.nshopitem .nimg img {
    width: 500px;
    max-width: 90%;
}

.nshopitem:nth-of-type(2n) .nimg {
    float: right;
}

.nshopitem:nth-of-type(2n) .mtxt {
    float: left;
}

.nshopitem h2 {
    color: #000;
}

.nshopitem p {
    margin-top: 40px;
    font-size: 18px;
    color: #abb1c9
}

.nshopitem li {
    margin-top: 25px;
}

.nshopitem li a {
    font-size: 16px;
    color: #c4262a;
    display: block;
    line-height: 25px;
    font-weight: bold;
}

.shopbtnlink {
    display: none;
}

/* è§£å†³æ–¹æ¡ˆ */

.swiper-container-horizontal&gt;.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbanner .swiper-slide,
#energybanner .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.snavbox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}

.snavbox .snavswiper {
    flex-shrink: 0;
    display: none;

}

.snavbox .snavswiper i {
    color: #b51c22;
}

.snavbox .snavswiper-button-prev {
    padding-right: 10px;
}

.snavbox .snavswiper-button-next {
    padding-left: 10px;
}

.solunav {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}

.solunav span {
    display: inline-block;
    padding: 0 20px;
    border-right: 2px solid #666;
    cursor: pointer;
}

.solunav span:last-child {
    padding-right: 0;
    border-right: none;
}

.solunav span:first-child {
    padding-left: 0;
}

.snitem.active {
    color: #b51c22;
}

.solutionmain {
    display: none;
}

.solutionmain.active {
    display: block;
}

#mainbanner .solutionmain {
    display: block;
}

.solutionmain1 {
    width: 100%;
    min-height: 500px;
    padding: 5% 0;
    background: url(../image/pic2.jpg) no-repeat center;
    background-size: cover;
}

.solutflex {
    display: flex;
    flex-wrap: wrap;
}

.soluitem1 {
    width: 45%;
    background-color: #f8f8f8;
    margin-top: 30px;
    padding-bottom: 50px;
    position: relative;
    background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(207, 207, 202));
}

.solutflex .soluitem1:nth-of-type(2n) {
    margin-left: 10%;
}

.imgdiv {
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.imgdiv img {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.soluitem1 .txt {
    padding: 10px;
}

.soluitem1 h5 {
    color: #333333;
    word-break: break-all;
}

.soluitem1 p {
    color: #6f6f6f;
    margin-top: 10px;
}

.gwithbtn {
    width: 100px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #000;
    font-size: 14px;
    background-color: transparent;
    cursor: pointer;
}

.gwithbtn:hover {
    background-color: #b51c22;
    color: #fff;
    border-color: #b51c22;
}

.soluitem1 .gwithbtn {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.solutionmain2 {
    width: 100%;
    min-height: 300px;
    padding: 5% 0;
    background: url(../image/pic2.jpg) no-repeat center;
    background-size: cover;
}

.soluitem2 {
    width: 100%;
    color: #000;
    align-items: center;
}

.soluitem2&gt;div {
    width: 50%;
}

.soluitem2 .leftimg {
    width: 47%;
    margin-right: 3%;
}

.soluitem2 .righttxt {
    padding-right: 30px;
    position: relative;
}

.soluitem2 .righttxt i {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}

.soluitem2 p {
    color: #666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.soluitem3 {
    width: 48%;
    position: relative;
    min-height: 100px;
    margin-top: 20px;
}

.soluitem3:nth-of-type(2n) {
    margin-left: 4%;
}

.soluitem3&gt;img {
    width: 100%;
}

.soluitem3 .stitle {
    width: 90%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0 -50%);
    margin-left: 5%;
    color: #fff;
    font-weight: bold;
}

.soluitem3 .stitle img {
    width: 30px;
    margin-right: 5px;
}

.fullimg {
    width: 100%;
    height: calc(100vh - 52px);
}

.fullimg img {
    min-height: 100%;
    object-fit: cover;
}

/* è§£å†³æ–¹æ¡ˆnav - æ–° */
#snavbanner {
    width: auto;
    flex-grow: 1;
    height: 60px;
}

#mainbanner .swiper-slide {
    background-color: #fff;
    width: 100%;
    height: auto;
}


@media all and (min-width:1001px) {
    #snavbanner .swiper-wrapper {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

#snavbanner .swiper-slide {
    width: auto;
    height: 100%;
    text-align: center;
    border: 0;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

#snavbanner .swiper-slide span {
    font-size: 1em;
    line-height: 1.1em;
    color: #666666;
    float: left;
    text-decoration: none;
    padding: 0 40px;
    cursor: pointer;
}

#snavbanner .swiper-slide span.active {
    color: #b51c22;
}

#snavbanner .swiper-slide::after {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-color: #333333;
}

#snavbanner .swiper-slide:last-child::after {
    display: none;
}

.energyswiper-button-prev i,
.energyswiper-button-next i {
    color: #b51c22;
}

.energyswiper-button-next,
.energyswiper-button-prev {
    position: absolute;
    top: 50%;
    display: none;
}

.energyswiper-button-prev {
    left: -25px;
}

.energyswiper-button-next {
    right: -25px;
}

@media all and (max-width:1000px) {
    .shopmain .bannertxt p {
        width: 60%;
    }

    .shopdInfo {
        display: block;
    }

    .shop_right {
        margin-top: 20px;
    }

}

@media all and (max-width:900px) {
    .shopmain .onebanner {
        min-height: 500px;
        height: 329px;
    }

    /* æ–°äº§å“ */
    .nshopitem {
        padding: 15px;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

    .nshopitem&gt;div {
        width: 100% !important;
        float: none !important;
    }

    .nshopitem .mtxt {
        margin-top: 20px;
    }

    .soluitem1 {
        width: 100%;
        margin-top: 20px;
    }

    .solutflex .soluitem1:nth-of-type(2n) {
        margin-left: 0%;
    }

    .soluitem2&gt;div {
        width: 100%;
    }

    .soluitem2 .leftimg {
        width: 100%;
        margin-bottom: 20px;
    }

    .soluitem3 {
        width: 100%;
        position: relative;
        min-height: 100px;
    }

    .soluitem3:nth-of-type(2n) {
        margin-left: 0%;
    }

    #snavbanner .swiper-slide span {
        padding: 0 10px;
    }

    .snavbox .snavswiper {
        display: inline-block;
    }
}

@media all and (max-width:640px) {
    .shopmain .bannertxt p {
        width: 90%;
    }
}

.shopmaincon1 img {
    width: auto;
    max-width: 100%;
}

.pdf-webview {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #333333;
    z-index: 999999999;
    display: none;
    overflow: hidden;
}

.pdf-webview .pdf-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
}

.soluitem3 span {
    background-color: #e12727;
}</pre></body></html>