<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{
    font-size: 12px;
    font-family: "微软雅黑";
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

*{
    padding: 0;
    margin: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
p{
    margin: 0;
    word-break: break-all;
}

li{
    list-style: none;
}
button{
    background-color: white;
    border: 0;
}
i{
    font-style:normal;
}

a{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

ul , table{
    margin-bottom: 0;
}

h1 , h2 , h3 , h4 , h5, h6{
    margin: 0;
}

a:hover{
    text-decoration: none;
}

img,table,tr,td,th,input{ border:none;}

img{
    cursor:pointer;
}
input::placeholder{
    color: #a0a7ae;
}


/*960之前布局不能变，之后有变换修改*/
@media only screen and (min-width: 0px) and (max-width: 960px){
    /*p{*/
    /*color:orange;*/
    /*}*/
    .header-cloth{
        display: none!important;
    }
    .search-input{
        display: none!important;
    }
    .navbut{
        display: block!important;

    }
    .navbar-ul{
        display: none;
    }
    .search-input input{
        width: 100%!important;
    }



    .line-three-content ul li{
        width: 29%!important;
    }
    .line-two-content a{
        width: 168px!important;
    }

    .line-two-content a{
        width: 100%!important;
        margin-right: 0!important;
    }

    .line-three-content ul li{
        width: 100%!important;
    }


    .lsc-content li{
        width: 50%!important;
    }



    .lsec-cc{
        height: 1060px!important;
    }
    .img1{
        width: 49%!important;
        margin-right: 2%;
    }
    .img2{
        width: 100%!important;
        top: 530px;
        left: 0!important;
    }
    .img3{
        width: 49%!important;
    }
    .img4{
        width: 49%!important;
        left: 51%!important;
    }
    .img5{
        width: 100%!important;
        top: 795px!important;
        left: 0!important;
    }

}


@media only screen and (min-width: 0px) and (max-width: 640px){
    /*p{*/
    /*color:orange;*/
    /*}*/

    .line-three-content ul li{
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }


    .pline-one-content-li{
        width: 100%!important;
    }


    .line-four-content div p{
        padding-top: 20px!important;
        font-size: 10px!important;
    }


    .lsc-content li{
        width: 100%!important;
    }


    .logoul h1{
        font-size: 15px!important;
    }
    .logoul p{
        font-size: 9px!important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 401px){
    /*p{*/
    /*color:orange;*/
    /*}*/
}
/*960到640不用管，从640开始为手机一直到382*/
@media only screen and (min-width: 0px) and (max-width: 860px) {

    /*p{*/
    /*color:aqua;*/
    /*}*/
    .fac-le{
        display: none;
    }
    .fac-ri{
        width: 100%!important;
    }

}

/*最小宽度*/
@media only screen and (min-width: 0px) and (max-width: 571px){

    /*p{*/
    /*color:aqua;*/
    /*}*/
    /*中间内容*/


}

/*最小宽度*/
@media only screen and (min-width: 0px) and (max-width: 382px){

    /*p{*/
    /*color:aqua;*/
    /*}*/

}
/*侧边栏*/
.visible-nav{
    position: absolute;
    width: 70%;
    top: 70px;
    left: 110%;
    background-color: white;
    padding: 0 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.42);
}
.visible-nav li{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.57);
}
.visible-nav li:nth-last-child(1){
    border-bottom:0;
}
.visible-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding-left: 10px;
}




/*头*/
.header-cloth{
    width: 100%;
    min-width: 382px;
    height: 32px;
    border-bottom: 1px solid #ebebeb;
}
.header-content{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header-content img{
    margin-right: 10px;
    margin-top: 10px;
}
.header-content p{
    margin-right: 25px;
    line-height: 32px;
}

.header-content a{
    display: block;
    line-height: 32px;
}
.header-content div{
    width: 1px;
    height: 10px;
    margin: 11px 11px 0 11px;
}



/*nav*/
.navbar-cloth{
    width: 100%;
    min-width: 382px;
    height: 70px;
    border-bottom: 4px solid #bc162c;
}
.navbar-content{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.comlogo-div{
    width: 12%;
    height: 100%;
}
.comlogo-div img{
    width: auto;
    height: 44px;
    margin-top: 12px;
}
.navbar-ul{
    width: 60%;
    height: 100%;
}
.navbar-ul li{
    float: left;
    width: 15%;
    height: 100%;
}
.navbar-ul li:nth-child(1){
    width: 10%!important;
}

.navbar-ul li a:hover{
    color: #ed1d27;
}

.navbar-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.navbar-ul li a span{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}




.search-input{
    width: 28%;
    height: 100%;
    position: relative;
}
.search-input input{
    width: 72%;
    height: 28px;
    border: 1px solid #d1d1d1;
    border-radius: 28px;
    margin-top: 19px;
    padding: 0 30px 0 15px;
}
.search-input img{
    position: absolute;
    right: 12px;
    top: 26px;
    width: 14px;
    /*height: auto;*/
}



/*消失的nav*/
.navbut{
    display: none;
    width: 30px;
    height: 30px;
    margin-top: 17px;
    margin-right: 10px;
    opacity: 0.7;
    background: url("../image/public/nav-but.png") center center no-repeat;
    background-size: 100% auto;
}











/*第一行-----推荐商品*/
.line-one{
    width: 100%;
    height: 296px;
    background: url("../image/aboutus/aboutus-banner.png")center center no-repeat;
}
.line-one-content{
    max-width: 1200px;
    height: 296px;
    margin: 0 auto;
    padding-top: 112px;
}
.line-one-content div{
    width: 80px;
    height: 1px;
    margin: 0 auto;
    margin-top: 30px;
}
.line-one-content p{
    margin-top: 30px;
}
.line-one-content p span{
    text-decoration: underline;
}



/*第二行-----推荐商品*/
.line-two{
    width: 100%;
}
.line-two-content{
    max-width: 630px;
    margin: 0 auto;
    overflow: auto;
}

.line-two-content a{
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    margin-right: 23px;
}
.line-two-content a:nth-last-child(1){
    margin-right: 0!important;
}
.news-select{
    background-color: black;
}


/*第三行*/
.line-three{
    width: 100%;
}
.line-three-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 70px;
}
.line-three-content ul{
    width: 100%;
    overflow: auto;
}

.line-three-content ul li{
    float: left;
    width: 50%;
    padding: 0 30px;
}
.line-three-content ul li p{
    text-align: justify;
}






/*第四行*/
.line-four{
    width: 100%;
    padding-bottom: 90px;
}
.line-four-content{
    max-width: 1200px;
    height: 400px;
    margin: 0 auto;
    background: url("../image/aboutus/about-bg.png")center center no-repeat;
    padding-top: 70px;
}
.line-four-content div{
    width: 90%;
    height: 260px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
}
.line-four-content div p{
    line-height: 40px;
    padding: 80px 60px 0 60px;
}



/*第五行*/
.line-five{
    width: 100%;
    height: 730px;
    background: url("../image/aboutus/about-bg2.png")center center no-repeat;
}
.line-five-content{
    max-width: 1200px;
    margin: 0 auto;
}
.lfc-title{
    width: 100%;
    height: 170px;
    padding-top: 80px;
}
.lfc-title div{
    width: 80px;
    height: 1px;
    margin: 0 auto;
    margin-top: 30px;
}


.lfc-year{
    width: 100%;
    height: 200px;
    padding: 0 20px;
}
.lfc-year-le{
    width: 3%;
    height: 100%;
}
.lfc-year-le a{
    display: block;
    width: 100%;
    height: 100%;
    background: url("../image/aboutus/le.png")left bottom no-repeat;
    background-size: 100% auto;
}
.lfc-year-content{
    width: 94%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.lfc-year-content ul{
    width: 20000px;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-127.5px);
}
.lfc-year-content ul li{
    width: 255px;
    height: 100%;
    float: left;
}

.lfc-yc-line{
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 22px;
}
.year-title{
    margin-top: 115px;
    transition:all 1s;
}
.year-cycle{
    width: 20px;
    height: 20px;
    background: url("../image/aboutus/year-cycle.png")center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 35px;
}
.seldiv h1{
    font-size: 80px;
    margin-top: 55px;
}
.seldiv .year-cycle{
    width: 40px;
    height: 40px;
    margin-top: 15px;
}






.lfc-year-ri{
    width: 3%;
    height: 100%;
}
.lfc-year-ri a{
    display: block;
    width: 100%;
    height: 100%;
    background: url("../image/aboutus/ri.png")right bottom no-repeat;
    background-size: 100% auto;
}






.logobox{
    overflow: hidden;
    position: relative;
}
.logobox li{
    float: left;
    /*height: 350px;*/
    padding: 0 20px;
    padding-top: 50px;
    /*overflow: hidden;*/
}
.logobox li img{
    width: 30%;
}
.logobox li div{
    width: 70%;
    height: 100%;
    padding-left: 10%;
}
.logobox li div p{
    margin-top: 20px;
}




    /*第六行*/
.line-six{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.line-six-content{
    max-width: 1200px;
    margin: 0 auto;
}
.lsc-title{
    width: 100%;
    height: 107px;
}
.lsc-title div{
    width: 80px;
    height: 1px;
    margin: 0 auto;
    margin-top: 30px;
}

.lsc-content{
    width: 100%;
    overflow: auto;
}
.lsc-content li{
    float: left;
    width: 33.3%;
    height: 250px;
    padding: 10px;
}

.lsc-content li div{
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.lsc-content div:hover{
    box-shadow: 0 0 15px rgba(157, 157, 157, 0.45);
}
.lsc-content li div img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}





/*第七行*/
.line-seven{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.line-seven-content{
    max-width: 1200px;
    margin: 0 auto;
}
.lsec-title{
    width: 100%;
    height: 127px;
}
.lsec-title div{
    width: 80px;
    height: 1px;
    margin: 0 auto;
    margin-top: 30px;
}
.lsec-content{
    width: 100%;
    padding: 0 20px;
}
.lsec-cc{
    width: 100%;
    height: 520px;
    position: relative;
    overflow: auto;
}
.img1{
    position: absolute;
    left: 0;
    top: 0;
    width: 23.5%;
    height: 515px;
    background: url("../image/aboutus/img1.png")center center no-repeat;
}

.img2{
    position: absolute;
    width: 49%;
    height: 250px;
    left: 25.5%;
    margin-bottom: 15px;
    background: url("../image/aboutus/img2.png")center center no-repeat;
}

.img3{
    position: absolute;
    width: 23.5%;
    height: 250px;
    right: 0;
    margin-bottom: 15px;
    background: url("../image/aboutus/img3.png")center center no-repeat;
}

.img4{
    position: absolute;
    width: 23.5%;
    height: 250px;
    top: 265px;
    left: 25.5%;
    background: url("../image/aboutus/img4.png")center center no-repeat;
}

.img5{
    position: absolute;
    width: 49%;
    height: 250px;
    top: 265px;
    right: 0;
    background: url("../image/aboutus/img5.png")center center no-repeat;
}



/*底部*/
.foot-area{
    width: 100%;
    border-top: 1px solid white;
}
.foot-area-content{
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
}
.fac-le{
    width: 55%;
    overflow: auto;
}
.fac-le-li{
    float: left;
    width: 25%;
    height: 212px;
    padding-top: 50px;
}
.fac-le-li ul{
    width: 100%;
    height: auto;
}
.fac-le-li ul li{
    width: 100%;
    height: 28px;
}
.fac-le-li a:hover{
    color: #595959;
    text-decoration: underline;
}

.fac-ri{
    width: 45%;
    height: 212px;
}
.fac-ri-le{
    width: 80%;
    height: 100%;
    padding-top: 50px;
}
.fac-ri-le ul{
    width: 100%;
    height: auto;
}
.fac-ri-le ul li{
    width: 100%;
    height: 28px;
}
.fac-ri-le ul li img{
    margin-right: 5px;
}


.fac-ri-ri {
    width: 20%;
    height: 100%;
    padding-top: 50px;
}
.fac-ri-ri img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.fac-ri-ri p{
    margin-top: 10px;
}





/*底脚*/
.foot-bottom{
    width: 100%;
    height: 35px;
}
.foot-bottom-content{
    max-width: 1200px;
    margin: 0 auto;
}
.foot-bottom-content p{
    line-height: 35px;
}








.pline-one{
    width: 100%;
}
.pline-one-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 70px;
}
.pline-one-content-ul{
    width: 100%;
    overflow: auto;
}

.pline-one-content-li{
    float: left;
    width: 50%;
    height: 355px;
    overflow: hidden;
}
.pocl-cloth{
    width: 105%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.poc-img{
    width: 80%;
    height: 350px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    background: url("../image/product/product-png1.png")center center no-repeat;
}

.poc-ul1{
    width: 80%;
    height: 40px;
    margin: 0 auto;
}
.poc-ul1 li{
    float: left;
    width: 25%;
    height: 40px;
}
.poc-ul1 li p{
    display: block;
    width: 100%;
    line-height: 40px;
}
.poc-ul2{
    width: 80%;
    height: 40px;
    margin: 0 auto;
}
.poc-ul2 li{
    float: left;
    width: 25%;
    height: 40px;
}
.poc-ul2 li p{
    display: block;
    width: 100%;
    line-height: 40px;
}

.pocl-ul{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    overflow: auto;
}
.pocl-ul li{
    /*float: left;*/
    width: 100%;
    height: 50px;
}







</pre></body></html>