<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    width: 100%;
    height: auto;
}
.banner .swiper-slide{
    width: 100%;
    height: 1000px;
}
.banner_list{
    height: 308px;
}
.banner_item{
    display: block;
    height: 100%;
    background-color: #fff;
    color: #fff;
    background-position: left;
    padding: 55px;
}
.banner_item .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_item.blue .img{
    background-position: right;
}
.banner_item.blue{
    color: #00a0e9;
    
    text-align: right;
}
.banner_item:hover{
    color: #fff;
}
.banner_item.blue:hover{
    color: #00a0e9;
}
.banner_item h1{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.banner_item p{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.banner_item p.left{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.banner_item .more{
    width: 110px;
    height: 47px;
    line-height: 47px;
    background-color: #359c0f;
    border-radius: 6px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.banner_item.blue .more{
    float: right;
    background-color: #00a0e9;
}
.product{
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background-image: url(../images/bg_2.jpg);
    background-size:100% 220px;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.product .innerWidth{
    width: 1190px;
    padding-top: 80px;
}
.product .subTitle{
    color: #fff;
}
.product .tab{
    width: 100%;
    height: 58px;
    line-height: 58px;
    margin-top: 29px;
}
.product .tab_item{
    width: auto !important;
    height: 100%;
    background-color: #359c0f;
    border-radius: 6px 6px 0px 0px;
    margin-right: 10px;
    padding: 0 10px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}
.product .tab_item:last-child{
    margin-right: 0;
}
.product .tab_item.active,.product .tab_item:hover{
    background-color: #ffffff;
    color: #000000;
}
.product .tab_container{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.product .tab_container_slide{
    width: calc(100% + 30px);
}
.product  .item {
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px 
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 99;
}
.product  .item:hover{
    background-color: #359c0f;
}
.product .img{
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.product .img div{
    width: 100%;
    height: 100%;
}
.product .item p{
    height: 55px;
    line-height: 55px;
    width: 100%;
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
}
.product .item:hover .bgs{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product  .item:hover p{
    color: #fff;
}
.application_field{
    width: 100%;
    height: auto;
    padding: 90px 0;
    background-color: #eeeeee;
}
.application_field .tab{
    margin: 30px 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    
}
.application_field .tab .swiper-wrapper,.product .tab .swiper-wrapper{
    display: flex;
    align-items: center;
}
.application_field .tab_item{
    width: auto !important;
    height: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 0 22px;
    margin-right: 22px;
}
.application_field .tab_item:last-child{
    margin-right: 0;
}
.application_field .tab_item:hover,.application_field .tab_item.active{
    background-color: #359c0f;
    color: #fff;
}
.application_field .tab_container{
    width: 100%;
    height: auto;
}
.application_field .tab_container_slide{
    width: calc(100% + 25px);
}
.application_field .item {
    height: auto;
    padding: 0;
}
.application_field .img{
    width: 100%;
    height: 214px;
    overflow: hidden;
    border-radius: 6px;
}
.application_field .img div{
    width: 100%;
    height: 100%;
}
.application_field .item p{
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
}
.application_field .item:hover .bgs{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.application_field .item:hover p{
    color: #359c0f;
}
.application_field .subMore{
    margin-top: 30px;
}
.about{
    width: 100%;
    height: auto;
    margin-top: -60px;
    background-image: url(../images/bg_3.jpg);
    background-size: auto 800px; 
    background-position: left 425px;
}
.about::before{
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 365px;
    background-color: #359c0f;
}
.about .innerWidth{
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.about .item{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 340px   ;
    color: #fff;
    padding: 110px 40px 0;
    text-align: center;
    background-color: #3db411;
    font-family: 'SourceHanSansCN-Regular';
}
.about .item:nth-child(2){
    background-color: #359c0f;
}
.about .item:nth-child(3){
    background-color: #2ba7d8;
}
.about .item img{
    width: 65px;
}
.about .item h3{
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 1px;
}
.about .item p{
    font-size: 14px;
    line-height: 30px;
}
.about_wrap{
    width: 100%;
    height: 459px;
    background-image: linear-gradient(#fff, #fff,rgba(255,255,255,.5));
    border-radius: 6px;
    margin-top: -10px;
    padding: 55px;
}
.about_wrap .img{
    width: 540px;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 40px;
}
.about_wrap .caption{
    padding-top: 30px;
    line-height: 1;
}
.about_wrap h1{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 24px;
    letter-spacing: 1px;
    color: #359c0f;
    font-weight: 400;
}
.about_wrap h3{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    color: #359c0f;
    font-weight: 400;
    margin-bottom: 15px;
}
.about_wrap .content{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 30px;
    max-height: 190px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
	text-align:justify;
}
.about_wrap .subMore{
    margin: 10px 0 0;
}
.honor{
    padding: 80px 0 60px;
}
.honor .subTitle{
    width: 830px;
    margin: 0 auto;
}
.honor .subTitle h1{
    color: #359c0f;
}
.honor .subTitle p{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 18px;
}
.honor_list{
    margin-top: 40px;
    width: 100%;
    height: auto;
}
.honor_list .swiper-wrapper{
    width: calc(100% + 15px);
}
.honor_item{
    height: 350px;
    background-color: #2ba7d8;
    box-shadow: 0px 8px 21px 0px 
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
}
.honor_item .img{
    width: 100%;
    height: 100%;
}
.honor_item:hover .img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.honor_item p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #359c0f;
    border-radius: 0px 0px 6px 6px;
    opacity: 0.79;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    z-index: 999;
}
.honor_item:hover p{
    background-color: #00a0e9;
}
.honor .subMore{
    margin-top: 30px;
}
.advertise{
    width: 100%;
    height: 373px;
}
.news{
    width: 100%;
    height: auto;
    padding: 100px 0 75px;
    background-color: #e5e5e5;
}
.news .subTitle h1{
    color: #359c0f;
}
.news .list{
    width: 100%;
    height: auto;
    margin-top: 35px;
    overflow: hidden;
}
.news .item{
    float: left;
    width: calc((100% - 45px) / 4);
    height: 390px;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px    
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    padding: 12px;
    margin-right: 15px;
}
.news .item:last-child{
    margin-right: 0;
}
.news .item:hover{
    background-color: #009944;
}
.news .img{
    width: 100%;
    height: 173px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px;
}
.news .tit{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.news .date{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}
.news .content{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #707070;
    max-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news .item:hover .content,.news .item:hover .date,.news .item:hover .tit{
    color: #fff;
}
.news .subMore{
    margin-top: 35px;
}
.swiper-pagination {
        display: none;
    }
@media screen and (max-width:768px){
    .banner .swiper-slide{
        height: auto;
    }
    .banner_list{
        height: auto;
    }
    .banner_item{
        height: 2.4rem;
        padding: .4rem .3rem .3rem;
    }
    .banner_item.blue{
        height: 1.98rem;
        padding-top: .3rem;
    }
    .banner_item:hover{
        color: #fff;
    }
    .banner_item.blue:hover{
        color: #00a0e9;
    }
    .banner_item h1{
        font-size: 0.36rem;
        line-height: .42rem;
        letter-spacing: 0.04rem;
        margin-bottom:0;
    }
    .banner_item p{
        font-size: 0.24rem;
        line-height: 0.36rem;
        letter-spacing: 0.02rem;
        margin-bottom: .1rem;
    }
    .banner_item p.left{
        font-size: 0.24rem;
        line-height: 0.36rem;
        letter-spacing: 0.02rem;
        margin-bottom: .1rem;
    }
    .banner_item .more{
        width: 1.32rem;
        height: 0.54rem;
        line-height: 0.54rem;
        background-color: #359c0f;
        border-radius: 0.06rem;
        font-size: 0.24rem;
    }
    .product{
        padding-bottom: .3rem;
        background-image:none;
    }
    .product:before{
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2.07rem;
        background-color: #00a0e9;
    }
    .product .innerWidth{
        width: 100%;
        padding-top:.55rem;
    }
    .product .tab{
        height: 0.58rem;
        line-height: 0.58rem;
        margin-top: .25rem;
        padding: 0 .3rem;
    }
    .product .tab_item{
        border-radius: 0.06rem 0.06rem 0rem 0rem;
        margin-right: .1rem;
        padding: 0 .2rem;
        font-size: 0.24rem;
    }
    .product .tab_container{
        margin-top: .4rem;
        padding: 0 .3rem;
    }
    .product .list .swiper-wrapper{
        padding-bottom: .8rem;
    }
    .product .tab_container_slide{
        width: calc(100% + .36rem);
    }
    
    .product  .item {
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        margin-bottom: 0;
    }
    .product .img{
        height: 2.93rem;
    }
    .product .item p{
        height: .65rem;
        line-height: .65rem;
        font-size: 0.24rem;
    }
    .application_field{
        padding: .5rem 0 2.4rem;
    }
    .application_field .tab{
        margin: .25rem 0 .4rem;
        height: 0.58rem;
        padding: 0 .3rem;
        line-height: 0.58rem;
    }
    .product .subMore,.application_field .subMore{
        width: calc(100% - .6rem);
        margin: 0 auto;
    }
    .application_field .tab .swiper-wrapper,.product .tab .swiper-wrapper{
        justify-content: flex-start;
    }
    .swiper-pagination {
            display: block;
        }
    
    .application_field .tab_item{
        border-radius: .06rem;
        padding: 0 .2rem;
        margin-right: .1rem;
        font-size: 0.24rem;
    }
    .application_field .tab_container{
        padding: 0 .3rem;
    }
    .application_field .tab_container_slide{
        width: calc(100% + .3rem);
        
    }
    .application_field .list .swiper-wrapper{
        padding-bottom: .6rem;
    }
    .application_field .img{
        height: 2.93rem;
        border-radius: 0.06rem;
    }
    .application_field .item p{
        height: .6rem;
        line-height: .6rem;
        font-size: 0.24rem;
    }
    .application_field .subMore{
        margin-top: .1rem;
    }
    .about{
        margin-top: -1.4rem;
        background-image: url(../images/wap_bg_1.jpg);
        background-size: auto 8rem; 
        background-position: left 15.2rem;
        padding: 0 .3rem;
    }
    .about::before{
        top: 1.4rem;
        height: 13.8rem;
    }
    .about .innerWidth{
        border-radius: .12rem;
    }
    .about .item{
        height: 3.73rem;
        padding: .75rem .55rem 0;
    }
    .about .item img{
        width: 0.76rem;
    }
    .about .item h3{
        font-size: 0.3rem;
        line-height: 0.36rem;
        margin-bottom: .1rem;
    }
    .about .item p{
        font-size: .24rem;
        line-height: .36rem;
    }
    .about_wrap{
        height: auto;
        background-image: linear-gradient(#fff, #fff,rgba(255,255,255,1));
        border-radius: 0;
        margin-top: 0;
        padding: .3rem;
    }
    .about_wrap .img{
        width: 100%;
        float: none;
        height: 4.03rem;
        border-radius: 0.06rem;
        margin-bottom: .35rem;
        margin-right: 0;
    }
    .about_wrap .caption{
        padding-top: 0;
        line-height: 1;
    }
    .about_wrap h1{
        font-size: 0.36rem;
        text-align: center;
        margin-bottom: .1rem;
    }
    .about_wrap h3{
        font-size: 0.24rem;
        margin-bottom: .15rem;
    }
    .about_wrap .content{
        font-size: 0.24rem;
        line-height: 2;
        max-height: 3rem;
    }
    .about_wrap .subMore{
        margin: .2rem 0 .3rem;
    }
    .honor{
        padding: .7rem 0 .3rem;
    }
    .honor .subTitle{
        width: 100%;
    }
    .honor .subTitle h1{
        color: #359c0f;
    }
    .honor .subTitle p{
        font-size: 0.24rem;
        line-height: 2;
    }
    .honor_list{
        margin-top: .5rem;
    }
    .honor_list .swiper-wrapper{
        width: calc(100% + .4rem);
        padding-bottom: .8rem;
    }
    .honor_item{
        height: 4.73rem;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
    }
    .honor_item p{
        height: 0.76rem;
        line-height: 0.76rem;
        background-color: #359c0f;
        border-radius: 0px 0px .06rem .06rem;
        font-size: .24rem;
    }
    .honor .subMore{
        margin-top:0;
    }
    .advertise{
        height: auto;
    }
    .news{
        padding:.7rem .3rem .5rem;
    }
    .news .list{
        margin-top:.45rem;
        padding-bottom: .36rem;
    }
    .news .item{
        float: none;
        display: block;
        width:100%;
        height:auto;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        padding: .3rem;
        margin-right: 0;
        overflow: hidden;
        margin-bottom: .12rem;
    }
    .news .img{
        float: left;
        width: 2.87rem;
        height: 1.73rem;
        border-radius: .06rem;
        margin-bottom: 0;
        margin-right: .15rem;
    }
    .news .caption{
        position: relative;
        overflow: hidden;
    }
    .news .tit{
        font-size: 0.24rem;
        line-height: 0.36rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news .date{
        font-size: 0.24rem;
        line-height: 1.5;
    }
    .news .subMore{
        margin-top: 0;
    }
}</pre></body></html>