<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "iconfont logo";
    src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
    src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
        url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
        url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}

/* home-brand */
.home-brand {
    width: 100%;
    background-color: #efefef;
    height: 50px;
    overflow: hidden;
}

.home-brand .col-lg-11 {
    line-height: 50px;
}

.home-brand li {
    font-size: 15px;
    font-weight: bolder;
}

.home-brand i {
    font-size: 20px;
    padding-right: 15px;
}

/* brand-content */
.brand-content {
    width: 100%;
    overflow: hidden;
}

.brand-content h1 {
    font-size: 50px;
    margin-top: 45px;
    font-family: 'SemiBold';
    font-weight: bolder;
    text-align: center;
}

.brand-content .line {
    margin: 0 auto;
    width: 140px;
    height: 8px;
    background-color: #009048;
}

.brand-content .text {
    text-shadow: 0px 0px 1px black;
    font-size: 15.4px;
    color: black;
    width: 99%;
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    font-family: 'Montserrat-ExtraLight';
}

.brand-content .context {
    text-shadow: 0px 0px 1px black;
    color: black;
    width: 99%;
    white-space: normal;
    font-size: 15.4px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.brand-content .content {
    text-shadow: 0px 0px 1px black;
    font-size: 15.4px;
    width: 99%;
    white-space: normal;
    text-align: center;
    margin: 0 auto;
}

.brand-content .image {
    margin-top: 50px;
}

/* brand-pic  */
.brand-pic {
    overflow: hidden;
    background-size: 100% 100%;
    background-size: cover;
    margin-top: 50px;
    width: 100%;
    background-repeat: no-repeat;
}

.brand-pic h2 {
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.brand-pic .row .pc .row {
    padding: 50px;
    margin: 50px;
}

.brand-pic .row .pc .row .col-lg-2 {
    width: 20%;
    margin: 0 auto;
}

.brand-pic .row .pc .row .col-lg-2 img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.brand-pic p {
    width: 75%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.brand-pic .row{
    display: flex;
    justify-content: center;
}

/* brand-customer */
.brand-customer {
    overflow: hidden;
    width: 100%;
}


.brand-customer .col-lg-5 ul li h2 {
    font-size: 38px;
    font-weight: bolder;
    margin-top: 0px;
}

.brand-customer .col-lg-6 {
    background-size: 100%;
}

.brand-customer ul {
}


.brand-customer .text {
    white-space: normal;
    width: 90%;
}

.brand-customer p {
    width: 90%;
    font-size: 17px;
    color: #414141;
}

.brand-customer .content {

    margin-top: -8px;
    white-space: normal;
    width: 90%;
}
.aboutListI{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px;
}
.aboutListI:nth-child(2n){
    flex-direction: row-reverse;
}
/* media */
/* pcç«¯çš„å¯¼èˆªæ&nbsp; */
@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .mobile {
        display: none;
    }

}

@media screen and (max-width:768px) {

   
    /* home-brand */
    .home-brand li {
        margin-left: 10px;
        font-size: 14px;
    }

    .home-brand li i {
        font-size: 18px;
        padding-right: 5px;
    }

    /* brnad-content */
    .brand-content {
        margin-top: -20px;
    }

    .brand-content h1 {
        font-size: 25px;
    }

    .brand-content .line {
        width: 100px;
        height: 6px;
    }

    .brand-content p {
        font-size: 13px;
        margin: 10px 0px;
    }

    .brand-content img {
        margin-top: 10px;
    }

    /* brand-pic */
    .brand-pic {
        display: none;
    }

    /* æ‰‹æœºç«¯å’ŒPCç«¯ */
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile .image {
        position: relative;
        z-index: -1;
        height: 290px;
    }

    .mobile h2 {
        margin-top: -270px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

    .mobile .swiper img {
        display: block;
        margin: 15px auto;
    }

    .mobile .swiper-slide p {
        width: 55%;
        margin: 0 auto;
        text-align: center;
        font-size: 17px;
        color: #fff;
    }

    .mobile .swiper-button-next,
    .swiper-button-prev {
        color: #fff;
    }

    /* brand-customer */
    .brand-customer {
        margin: 20px 0px;
    }

    .brand-customer .col-lg-5 ul li h2 {
        text-align: left;
        font-size: 25px;
    }

    .brand-customer .col-lg-5 ul li p {
        text-align: left;
        font-size: 14px;
    }

    .brand-customer .col-lg-5 ul li:nth-child(3) {
        padding-top: 20px;
    }
}</pre></body></html>