<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* about css*/
section.c-about-section .ab-desc-he{
    width: 100%;
    float: none;
    margin-top: 40px;
    margin-bottom: 30px;
}
.ab-desc-he .ab-desc.tit,.c-gc-section .factory.tit,.new-history .new-history-tit{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px;
}
.c-gc-section .factory.tit,.new-history .new-history-tit{
    margin-bottom: 24px;
}
.ab-desc-he .ab-desc.subtit{
    font-size: 17px;
    font-weight: normal;
    color: #ff9933;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 15px;
}
.a-about-desc{
    line-height: 21px;
    font-size: 14px;
    color: #2f2f2f;
    text-align: justify;
    text-indent: 2em;
    margin-top: 10px;
}
.a-about-desc p{
    line-height: 21px;
    font-size: 15px;
    color: #2f2f2f;
    text-align: justify;
    text-indent: 2em;
}
.a-about-img-outbox{
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}
.a-about-img-outbox img.a-about-img{
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
}
.a-about-img-outbox .m-col-wid30,.a-about-img-outbox .m-col-wid40{
    position: relative;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 30%;
}
.a-about-img-outbox .m-col-wid40{
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
}
@media screen and (max-width:991px){
    .set-mar-bottom{
        margin-bottom: 12px;
    }
}
@media screen and (min-width:768px) and (max-width:992px){
    section.c-about-section .ab-desc-he {
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-bottom: 8px;
    }
    .ab-desc-he .ab-desc.tit,.c-gc-section .factory.tit ,.new-history .new-history-tit{
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 14px;
    }
    .ab-desc-he .ab-desc.subtit {
        font-size: 17px;
        font-weight: normal;
        color: #ff9933;
        text-align: center;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    section.c-about.c-about-section{
        padding:10px 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px){
    section.c-about-section{
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .ab-desc-he .ab-desc.tit,.c-gc-section .factory.tit,.new-history .new-history-tit{
        font-size: 15px;
    }
    .ab-desc-he .ab-desc.subtit{
        font-size: 16px;
    }
    .a-about-desc p{
        font-size: 14px;
    }
    .a-about-desc{
        margin-top: 6px;
    }
    section.c-about-section .ab-desc-he{
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 2px;
    }
    .ab-desc-he .ab-desc.subtit {
        font-size: 17px;
        font-weight: normal;
        color: #ff9933;
        text-align: center;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .ab-desc-he .ab-desc.tit ,.c-gc-section .factory.tit,.new-history .new-history-tit{

        margin-top: 6px;
        margin-bottom: 6px;
    }
}
.a-about-img-outbox{
    display: block;
}




/* times css*/
.co ul{
    position: relative;
    display: block;
}
.co ul li{
    float: left;
    position: relative;
    display: block;
}
.about-history{
    /*background: url() no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*height: 640px;*/
    /*width: 100%;*/
    /*min-width: 100%;*/
    /*max-width: 100%;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    background-image: url(../../../../../../template/mobile/dz_lt/static/images/timebgimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 640px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.about-history .x-title{
    padding-top: 36px;
}
.about-history .x-title h3{
    color: #ffffff;
}
.about-history .x-title p{
    color: #999999;
}
.about-history .main{
    position: relative;
    height: 475px;
    margin-top: 50px;
}
.about-history .main .line{
    position: absolute;
    top: 237px;
    width: 100%;
    min-width: 100%;
    height: 1px;
    background: #828282;
}
.about-history .main .btn a{
    position: absolute;
    top: 220px;
    width: 36px;
    height: 36px;
    /* 发展历程prev，next按钮 */
    /*http://test2.swsmxzs.com/addons/bowen_site/template/mobile/dz_lt/static/images/about_history_btn2.png*/
    background: url('../../../../../../template/mobile/dz_lt/static/images/about_history_btn2.png') no-repeat 0 0;
}

.about-history .main .btn{
    position: absolute;
}
.about-history .main .btn .layui-icon{
    color: #fff7ee;
    font-size: 30px;
    position: relative;
}
.about-history .main .btn .layui-icon:hover{
    color: #ff9933;
}

.about-history .main .btn .layui-icon-left{
    left: 0;
}
.about-history .main .btn .layui-icon-right{
    right: 0;
}
.about-history .main ul{
    width: 100%;
    position: relative;
}
.about-history .main li{
    /*width: 400px;*/
    padding-left: 10px;
    /*position: absolute;*/
    position: relative;
    float: left;
    height: 237px;
    max-height: 237px;
    /*left: 89px;*/
    left: 10px;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}
.about-history .main li.i-top .ico{
    position: absolute;
    left: 4px;
    top: 7px;
    width: 1px;
    height: 230px;
    background: #868483;
}
.about-history .main li.i-bot .ico{
    position: absolute;
    left: 4px;
    top: 0px;
    width: 1px;
    height: 230px;
    background: #868483;
}

.about-history .main li .ico i{
    position: absolute;
    width: 10px;
    height: 10px;
    left: -5px;
    top: -2px;
    /* 发展历程 竖线上面的点形状 */
    /*http://test2.swsmxzs.com/addons/bowen_site/template/mobile/dz_lt/static/images/about_time_ico.png*/
    background: url('../../../../../../template/mobile/dz_lt/static/images/about_time_ico.png') no-repeat 0 0;
}
.about-history .main li.i-top .ico i{
    top: 0;
}
.about-history .main li.i-bot .ico i{
    bottom: 0;
    top: unset;
}
.about-history .main li h4{
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}
.about-history .main li:hover h4{
    color: #ff9933;
}
.about-history .main li:hover .ico{
    background-color: #ff9933;
}
.about-history .main li p{
    line-height: 24px;
    font-size: 14px;
    color: #c3c3c3;
}
.about-history .main li img{
    margin: 10px 0 0;
}
.about-history .main li .con{
    position: absolute;
    left: 40px;
    top: 0;
    width: 291px;
    max-height: 220px;
    overflow: hidden;
}
.about-history .main li .con-box{
    width: 291px;
    max-height: 220px;
    overflow: auto;
    padding-right: 20px;
}
.about-history .main li.bot .con{
    /*top: auto;*/
    /*bottom: 0;*/
    /*height: auto;*/
}
.x-title{
    text-align: center;
}
.x-title h3{
    font-size: 33px;
    color: #211f19;
    line-height: 43px;
    margin-bottom: 14px;
}
.x-title p{
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #e71e14;
}
.x-title p em{
    display: inline-block;
    *zoom:1;
    *display: inline;
    margin: 0 20px 0;
}
.x-title p span{
    display: inline-block;
    *zoom:1;
    *display: inline;
    width: 70px;
    height: 1px;
    background: #c5c4c4;
    vertical-align: 8px;
}
@media screen and (min-width:992px){
    .x-title p{
        font-size: 40px;
        color: #fff7ee;
        font-weight: bold;
    }
}
.about-history .main .btn .prev{
    left: 0;
}
.about-history .main .btn .next{
    right: 0;
    background-position: -36px 0;
}
.about-history .main .btn .prev:hover{
    background-position: 0 -36px;
}
.about-history .main .btn .next:hover{
    background-position: -36px -36px;
}
section.c-times-section{
    padding-top: 13px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    /*margin-top: 16px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 16px;*/
}
section.c-times-section .main .container-over{
    overflow: hidden;
    float: none;
    clear: both;
}
section.c-times-section .main .layui-container .layui-row{
    overflow: hidden;
    float: none;
    clear: both;
}
.about-history .main ul{
    opacity: 1;
    display: block;
}
.about-history .main ul li{
    /*opacity: 1;*/
    /*display: block;*/
}
/*.about-history .main li.times-active{*/
/*opacity: 1;*/
/*display: block;*/
/*}*/

@media screen and (min-width:992px){
    .about-history .main li{
        padding-left: 10px;
        position: relative;
        float: left;
        height: 237px;
        max-height: 237px;
        left: 10px;
        top: 0;
        opacity: 0;
        filter:alpha(opacity=0);
    }
    .about-history .main li.i-bot .con{
        top: 36px;
    }
}
@media screen and (min-width:768px) and (max-width:992px){
    .about-history .main li .con{
        max-width: 237px;
        display: inline-block;
        left: 14px;
        width: 100%;
        overflow: hidden;
    }
    .about-history .main li .con-box{
        max-height: 220px;
        overflow: hidden;
        padding-right: 14px;
        max-width: 237px;
        width: 100%;
    }
    .about-history .main li img{
        margin: 10px 0 0;
        max-width: 237px;
        height: auto;
        display: inline-block;
        width: 97%;
    }
    .about-history .main li{
        height: 216px;
    }
    .about-history .main li.i-top .ico{
        top: 22px;
    }
    .about-history .main li .ico{
        height: 216px;
        max-height: 218px;
    }
    .about-history .main li.i-top{
        height: 216px;
    }
    .about-history .main li.i-top .con{
        top: 26px;
    }
    .about-history .main li.i-bot .ico{
        top: 22px;
    }
    .about-history .main li.i-bot .con{
        top: 36px;
    }
    section.c-times-section .main .layui-container{
        max-height: 454px;
    }
    section.c-times-section .main .layui-container .layui-row{
        max-height: 454px;
        height: 100%;
    }
    .swiper-button-next{
        right: 0;
        margin-top: -12px;
    }
    .swiper-button-prev{
        left: 0;
        margin-top: -12px;
    }
}
@media screen and (max-width:768px){
    ul.c-about-times li.layui-col-xs-offset3{
        margin-left: 25%;
    }
    ul.c-about-times li.layui-col-xs6{
        width: 50%;
    }
    .about-history .main li{
        left:0px;
        max-height: 180px;
        /*float: none;*/
        height: 180px;
        display: inline-block;
        top: 60px;
    }
    .about-history .main li .con{
        left: 10px;
    }
    .about-history .main li.max768-i-bot .ico i{
        bottom: 0;
        top: unset;
    }
    .about-history .main li.max768-i-bot .con{
        top: 40px;
    }
    section.c-times-section .main .layui-container{
        max-height: 474px;
    }
    section.c-times-section .main .layui-container .layui-row{
        max-height: 474px;
        height: 100%;
    }
    .about-history .main li.i-top .ico {
        position: absolute;
        left: 4px;
        top: 17px;
        width: 1px;
        height: 160px;
        max-height: 162px;
        background: #868483;
    }
    .about-history .main li.i-bot{
        top: 60px;
    }
    .about-history .main li.i-bot .ico {
        position: absolute;
        left: 4px;
        top: 0px;
        width: 1px;
        height: 160px;
        max-height: 162px;
        background: #868483;
    }
    .layui-container.container-over{
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .about-history .main li .con{
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 242px;
    }
    .about-history .main li p{
        line-height: 17px;
        text-align: justify;
        font-size: 13px;
    }
    .about-history .main li h4{
        font-size: 21px;
        padding: 2px 0;
        margin: 0;
        line-height: initial;
    }
    .about-history .main li.i-top .con{
        top: 22px;
    }
    li.m-col-xs2{
        margin-left: 16.6666666%;
    }
    .about-history .main li img{
        margin: 10px 0 0;
        width: 100%;
        display: inline-block;
    }
    .about-history .main li .con-box{
        width: 100%;
        max-height: 220px;
        overflow: auto;
        padding-right: 15px;
    }
    .about-history .main{
        margin-top: -30px;
    }
    .about-history{
        height: 470px;
    }
    .about-history .x-title{
        padding-top: 26px;
    }
    .about-history .main{
        height: 430px;
    }
    section.c-times-section .main .layui-container{
        height: 430px;
    }
    section.c-times-section .main .layui-container .layui-row{
        max-height: 430px;
        height: 100%;
    }


}
@media screen and (min-width:769px) {
    ul.c-about-times li.layui-col-xs-offset3{
        margin-left: 0%;
    }

}
@media screen and (max-width:600px){
    .about-history .main li .con{
        left: 14px;
    }
    .about-history .main li h4{
        font-size: 22px;
    }
    .about-history .main li p{
        font-size: 13px;
    }
    .about-history .main li .con-box {
        width: auto;
        max-height: 220px;
        overflow: auto;
        padding-right: 20px;
        position: relative;
        max-width: 192px;
    }
    .about-history .main li img {
        margin: 10px 0 0;
        width: 100%;
        display: inline-block;
    }
}
@media screen and (min-width:992px){
    section.c-times-section .main .layui-container{
        max-height: 474px;
    }
    section.c-times-section .main .layui-container .layui-row{
        max-height: 474px;
        height: 100%;
    }

}
@media screen and (min-width:460px) and (max-width:768px){
    .about-history .main li p{
        height: 20px;
        overflow: hidden;
    }

}
@media screen and (min-width:718px) and (max-width:768px){
    .about-history .main li {
        left: 0px;
        top: 27px;
    }
}
@media screen and (min-width:668px) and (max-width:718px){
    .about-history .main li {
        left: 0px;
        top: 40px;
    }
}
@media screen and (min-width:568px) and (max-width:668px){
    .about-history .main li {
        left: 0px;
        top: 50px;
    }
}
@media screen and (min-width:460px) and (max-width:568px){
    .about-history .main li {
        left: 0px;
        top: 58px;
    }
}

/* swiper css*/
.swiper-container{
    height: 100%;
    height: -webkit-fill-available;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background-image: url('../../../../../../template/mobile/dz_lt/static/images/about_history_btn2.png') !important;
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: auto;
    width: 36px;
    height: 36px;
    font-size: 0;
}
.swiper-button-prev.swiper-button-white:hover, .swiper-container-rtl .swiper-button-next.swiper-button-white:hover{
    background-position: 0 -36px ;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background-image: url('../../../../../../template/mobile/dz_lt/static/images/about_history_btn2.png');
    background-position: right 0px;
    background-size: auto;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    font-size: 0;
}
.swiper-button-next.swiper-button-white:hover, .swiper-container-rtl .swiper-button-prev.swiper-button-white:hover{
    background-position: right -36px ;
}
.swiper-pagination-bullet-active{
    background-color: #ff9933;
}




/* gc css */

section.c-gc-section{
    margin: 10px 0 10px;
    padding-top: 20px;

}
section.c-gc-section .a-pro-gc-img{
    height: auto;
    min-height: 206px;
}
section.c-gc-section .a-pro-gc-img img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.c-gc-section .link-more a{
    color: #ff9933 !important;
}
.c-gc-section .link-more a:hover{
    color: #f87c00 !important;
}
.a-pro-gc-desc-outbox{
    background-color: #e3e3e3;
    padding: 0 20px;
}

.c-gc-section .a-pro-gc-desc-outbox .a-pro-gc-desc{
    margin: 10px 0 10px;
    font-size: 14px;
    line-height: 21px;
    color: #282828;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width:768px){
    .c-gc-section .a-pro-gc-desc-outbox .tit {
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        font-family: "Microsoft YaHei";
        margin: 3px 0 3px;
    }
    .c-gc-section .a-pro-gc-desc-outbox .a-pro-gc-desc{
        margin-bottom: 5px !important;
        margin-top: 0;
        font-size: 12px;
        line-height: 17px;
        height: 34px;
        overflow: hidden;
    }
    .a-pro-gc-desc-outbox{
        background-color: #e3e3e3;
        padding: 0 4px;
        margin-bottom: 0;
    }
    .c-gc-section .set-mar-bottom{
        padding: 12px 10px 5px;
    }
}
@media screen and (min-width:1200px){
    .a-pro-gc-desc{
        height: auto;
        min-height: 84px;
        max-height: available;
        overflow: hidden;
    }
}
@media screen and (min-width:992px) and (max-width:1200px){
    .a-pro-gc-desc{
        height: 105px;
        overflow: hidden;
        max-height: 84px;
    }
    section.c-gc-section .a-pro-gc-img img{
        height: 100%;
        display: inline-block;
    }
}

@media screen and (min-width: 600px) and (max-width:699px){
    .a-pro-gc-desc{
        overflow: hidden;
        min-height: 84px;
    }
    .c-gc-section .a-pro-gc-desc-outbox .a-pro-gc-desc{
        margin-top: 6px;
        min-height: 84px;
        overflow: hidden;
        max-height: 84px;
    }
    section.c-gc-section .a-pro-gc-img{
        /*height: 163px;*/
        /*max-height: 163px;*/
        min-height: auto;
    }
}




/* new-history css */

section.new-history .layui-dz-padding{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen  and (min-width:767px){
    section.new-history .layui-dz-padding{
        min-height: 1px;
    }
    .c-gc-section .a-pro-gc-desc-outbox .tit{
        margin: 0 ;
        font-size: 14px;
    }
    .c-gc-section .a-pro-gc-desc-outbox{
        margin-bottom: 0;
    }
}

section.new-history .text-center {
    text-align: center;
}
section.new-history{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.new-history .text-center {
    text-align: center;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
section.new-history div {
    display: block;
}
section.new-history .ppgsc {
    padding: 0px !important;
}
section.new-history .ppgsc {
    background: #fff;
    padding: 20px;
    margin: 0px 0 70px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
@media screen and (max-width:768px){
    section.new-history .ppgsc {
        margin: 0px 0 50px;
    }
}
section.new-history .fzlc {
    margin: 10px 0;
}
section.new-history .ppgscc {
}
section.new-history .fzlc {
    margin: 10px 0;
}
section.new-history .ppgscc {
}
section.new-history .fzlc .year {
    padding-left: 20px;
    position: relative;
    height: 100%;
}
section.new-history .fzlc .year {
    padding-left: 20px;
    position: relative;
    height: 100%;
}

section.new-history .fzlc .year h2 {
    font-size: 30px;
    color: #ff9933;
    margin: 0;
    padding: 8px 0 10px;
}
section.new-history .fzlc .year h2 {
    font-size: 30px;
    color: #ff9933;
    margin: 0;
}
section.new-history h1, section.new-history h2, section.new-history h3, section.new-history h4 {
    font-size: 12px;
    font-weight: bold;
    border: 0;
    line-height: 1.1;
    font-family: inherit;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
}
section.new-history .text-left {
    text-align: left;
}
section.new-history .fzlc .year em {
    width: 20px;
    display: block;
    height: 2px;
    background: #ff9933;
    margin-top: 10px;
}
section.new-history .fzlc .year em {
    width: 20px;
    display: block;
    height: 2px;
    background: #ff9933;
    margin-top: 10px;

}
section.new-history em{
    margin: 0;
    padding: 0;
    border: 0;
    font-style: italic;
}
section.new-history .fzlc .year .fzlclx {
    position: absolute;
    top: -13px;
    right: -30px;
    z-index: 1;
}
section.new-history .fzlc .year .fzlclx {
    position: absolute;
    top: -13px;
    right: -30px;
    z-index: 1;
}
section.new-history .anlico img {
    display: inline-block;
}
section.new-history .img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
    display: block;
    max-width: 100%;
    height: auto;
}

section.new-history img{
    border: none;
    background: none;
    vertical-align: middle;
}
section.new-history .fzlc .lc {
    padding-bottom: 60px;
    border-left: 2px solid #e6e8eb;
    font-size: 14px;
    color: #303133;
    line-height: 35px;
}
section.new-history  .fzlc .lc {
    padding-bottom: 60px;
    border-left: 2px solid #e6e8eb;
    font-size: 14px;
    color: #303133;
    line-height: 35px;
}
section.new-history .fzlc.ppgscc:hover h2.year-h2::after{
    width: 130px;
}
section.new-history h2.year-h2::before {
    content: '';
    position: absolute;
    width: 130px;
    overflow: hidden;
    background-color: #888;
    border-bottom: 2px solid #d2d2d2;
    bottom: 0;
    z-index: 0;
    left: 20px;
}
section.new-history  h2.year-h2::after {
    content: '';
    position: absolute;
    width: 20px;
    background-color: #888;
    border-bottom: 2px solid #ff9933;
    bottom: 0;
    z-index: 1;
    left: 20px;
    transition: all .4s ease-out;
}
@media screen and (min-width:769px){
    section.new-history .month{
        text-align: center;
    }
}
@media screen and (max-width:768px){
    section.new-history .month{
        text-align: left;
    }
    section.new-history img.img-responsive{
        display: none;
    }
}

section.new-history{
    margin: 36px auto 12px;
    padding-top: 12px;
}
@media screen and (max-width:768px){
    section.new-history{
        margin: 26px auto 12px;
        padding-top: 12px;
    }
}
section.new-history .ppgsc123{
    margin: 12px 0;
}</pre></body></html>