<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.index{
    padding-top: 150px;
}
.index-slide{
    width: 100%;
    padding-bottom: 30%;
    position: relative;
}
.banner-img{
    position: absolute;
    width: 900px;height: 152px;
    left: 50%;top: 50%;
    margin-top: -76px;
    margin-left: -450px;
    z-index: 9;
}
#banner1,#banner3{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
#banner1 .swiper-slide{
    background-position: center;
    background-size: cover;
}
#banner1 .swiper-slide a{
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 100%;
}
#banner1 .swiper-button-prev,#banner1 .swiper-button-next{
    width: 32px;height: 74px;
    background-color:rgba(0, 0, 0, 0.2);
    background-size: auto 30%;
    border-radius: 4px;
}
#banner1 .swiper-button-prev:hover,#banner1 .swiper-button-next:hover,#banner3 .swiper-button-prev:hover,#banner3 .swiper-button-next:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
/* icons */
.index-icons-list{
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px #00000024;
    padding: 60px 10%;
}
.index-icons-item{
    float: left;
    width: 25%;
    text-align: center;
}
.index-icons-item img{
    height: 102px;
}
/* 荣誉 */
.index-honnor{
    height: 400px;
}
.index-title{
    text-align: center;
    margin: 30px 0;
}
.index-title-ch{
    font-size: 30px;
    color: #000000;
}
.index-title-en{
    font-size: 18px;
    color: #707070;
}
.index-title-middle{
    font-size: 24px;
    color: #707070;
    margin-bottom: 4px;
}
.index-hon-box{
    margin-bottom: 60px;
}
.picMarquee-left{ 
    overflow:hidden; 
    position:relative;
    height: 330px;
}
.picMarquee-left .hd{
    position: absolute;
    width: 100%;
    height:50px; 
    left: 0;top: 50%;
    margin-top: -25px; 
}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ 
    position: absolute;
    top: 0;
    width: 40px;height: 50px;
    cursor: pointer;
}
.picMarquee-left .hd .prev{
    left: 0;
    background: url(../img/icon/left.png) no-repeat center center;
    background-size: 100%;
}
.picMarquee-left .hd .next{ 
    right: 0;
    background: url(../img/icon/right.png) no-repeat center center;
    background-size: 100%;
}

.picMarquee-left .bd{ 
    padding: 0 58px;   
}
.picMarquee-left .bd ul{ 
    overflow:hidden; zoom:1;
}
.picMarquee-left .bd ul li{ 
    margin:0 4px; 
    float:left; _display:inline; 
    overflow:hidden;
    border: 1px solid #f0f0f0;
}
.picMarquee-left .bd ul li .pic{ 
    text-align:center; 
}
.picMarquee-left .bd ul li .pic img{ 
    width:350px; 
    height:260px; 
    display:block; 
    padding:6px; 
    transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
}
.picMarquee-left .bd ul li .pic img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 	
}
.picMarquee-left .bd ul li .pic a:hover img{ 
    border-color:#999;  
}
.picMarquee-left .bd ul li .title{ 
    line-height:24px; 
    font-size: 16px; 
    padding: 10px;
    height: 56px;
    display: inline;
}
.title a{
    color: #707070;
}
.title a:hover{
    color:#60a9d7;
}
/* pro */
.index-pro-box{
    margin-top: 140px;
    background-color: rgba(55, 169, 90, 1);
    height: 387px;
    margin-bottom: 50px;
}
.index-pro-list{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
}
.index-pro-item{
    float: left;
    width: 292px;
    margin-right: 8px;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;

}
.index-pro-item:nth-child(4){
    margin-right: 0;
}
.index-pro-img{
    width: 282px;
    height: 282px;
    background: url() no-repeat center center;
    background-size: contain;
}
.index-pro-title{
    height: 46px;
    line-height: 42px;
    width: 200px;
    border-radius: 46px;
    font-size: 16px;
    color: #333;
    border: solid 1px #00a95f;
    margin: 10px auto 6px;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.index-pro-title:hover{
    background: rgb(0, 169, 95);
    box-shadow: 0 0 20px rgb(0, 169, 95);
    color: #fff;
    border: 2px solid rgb(0, 169, 95);
}
.index-pro-text{
    color: #37a95a;
    height: 77px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
/* company */
.index-company-box{
    margin-bottom: 60px;
}
.index-company-left{
    float: left;
    width: 598px;
}
.index-company-right{
    float: right;
    width: 595px;
}
.index-company-intro{
    position: relative;
}

.index-company-intro-text{
    width: 330px;
    font-size: 14px;
    padding: 0 10px 15px;
    background-color: #f2f2f2;
    color: #808080;
    line-height: 2;
    text-align: justify;

}
.index-company-intro-text a{
    color: #37a95a;
}
.index-company-title{
    font-size: 30px;
    color: #37a95a;
    padding: 10px 0 5px;
}
.index-company-intro-img{
    position: absolute;
    right: 0;top: 0;
    width: 262px;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    animation-duration: 1.5s;
    animation-delay: 1s;
}
.index-company-intro1{
    margin-top:7px;
    position: relative;
}
.index-company-intro1-img{
    position: absolute;
    left: 0;top: 0;
    width: 262px;height: 100%;
    background: url() no-repeat center center;
    background-size: cover;

}
.index-company-title1{
    font-size: 30px;
    color: #ffffff;
    padding: 10px 0 5px;
}
.index-company-intro12{
    width: 330px;
    margin-left: 269px;
    font-size: 14px;
    padding: 0 10px 15px;
    background-color: #37a95a;
    color: #ffffff;
    line-height: 2;
    text-align: justify;
}
.index-company-right video{
    width: 100%;
}
.index-company-right-box{
    position: relative;
    margin-top: 5px;
}
.index-company-right-text{
    width: 326px;
    font-size: 14px;
    padding: 6px 10px 15px;
    background-color: #f2f2f2;
    color: #808080;
    line-height: 2;
    text-align: justify;
}
.index-company-right-text a{
    color: #37a95a;
}
.index-company-right-title{
    font-size: 30px;
    color: #37a95a;
    padding: 10px 0 5px;
}
.index-company-right-img{
    position: absolute;
    right: 0;top: 0;
    width: 262px;height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
}
/* news */
.index-news-box{
    margin-bottom: 60px;
}
.index-news-left{
    float: left;
    width: 583px;height: 334px;
    background: url() no-repeat center center;
    background-size: cover;
}
.index-news-right{
    float: left;
    width: 607px;
    margin-left: 10px;
}
.index-news-item{
    padding-top: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.index-news-item:nth-child(1){
   padding-top: 2px;
}
.index-news-img{
    float: left;
}
.index-news-img div{
    width: 100px;height: 80px;
    background: url() no-repeat center center;
    background-size: cover;
}
.index-news-detail{
    float: left;
    width: calc(100% - 110px);
    padding-left: 14px;
}
.index-news-title{
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.index-news-title a{
    color: #333333;
    font-size: 20px;
}
.index-news-title a:hover{
    color: #5e80ce;
}
.index-news-text{
    margin-bottom: 10px;
    margin-top: 8px;
    width: 80%;
    color: rgba(102,102,102,1);
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*contact */
.index-contact-box{
    position: relative;
    background-color: #37a95a;
    height: 326px;
    margin: 110px 0 136px;
}
.index-contact-bg{
    position: absolute;
    width: 1570px;
    height: 398px;
    top: 50%;left: 50%;
    margin-top: -199px;
    margin-left: -785px;
    background-color: #37a95a;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
.index-contact-bg .pagebox{
    height: 100%;
}
.index-contact-left{
    width: 678px;
}
.index-contact-left h2{
    font-size: 42px;
    padding: 60px 0 0;
}
.index-contact-left h3{
    font-size: 28px;
    line-height: 1.6;
    font-weight: normal;
}
.index-contact-list{
    margin-top: 30px;
}
.index-contact-list li{
    float: left;
}
.index-contact-img{
    margin-left: -44px;
    width: 164px;
}
.index-contact-text{
    margin-top: 22px;
}
.index-contact-text span{
    display: block;
    font-size: 22px;
    line-height: 1.8;
}
.index-contact-ewm{
    margin-top: 20px;
    margin-left: 50px;
}
.index-contact-ewm img{
    width: 116px;
}
.index-contact-ewm div{
    font-size: 12px;
    margin-top: 8px;
}
.index-contact-right{
    position: absolute;
    right: 0;
    top: 50%;
    width: 522px;height: 470px;
    margin-top: -235px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.index-contact-right form{
    width: 340px;
    margin-left: 91px;
    margin-top: 30px;
}
.index-contact-title{
    font-size: 14px;
    color: #666666;
    padding: 14px 0 6px 2px;
}
.index-contact-right form input{
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #F0F0F0;
    color: #707070;
}
.index-contact-right form textarea{
    width: 100%;
    height: 150px;
    padding: 0 10px;
    border: 1px solid #F0F0F0;
    color: #707070;
    padding-top: 5px;
}
.index-contact-right form input:focus,.index-contact-right form textarea:focus{
    border: 1px solid #60a9d7;

}
.index-contact-right form .index-contact-btn{
    height: 40px;
    background-color: #37a95a;
    margin-top: 26px;
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
}
.m-index{display: none;}
@media screen and (max-width:767px){
    /* 隐藏首页内容 */
    .index .header .header1-logo,.index .header .header-line,.index .header .header2,.index .main,.index .footer{display: none;}
    .index{padding: 0;margin: 0;}

    /* 重新设置按钮 放到导航条里 */
    .index .header .header1-btns{
        position: fixed;
        top: 44%;
        left: 0;
        width: 100vw;
        height: 20px;
        text-align: center;
        display: none;
    }
    .index .header .header1-btns a,.index .header .header1-btns a:hover{
        background-color: transparent;
        color: #ffffff;
        font-size: 16px;
        font-family: Arial,"黑体";
    }
    .m-index{display: block;}
    .m-index-box{
        margin: 50px 0;
    }

    .m-index-img{
        width: 96%;
        margin: 20px auto;
        padding: 20px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }
    /* 标题 */
    .m-index-title{
        text-align: center;
        margin: 30px 0;
    }
    .m-index-title-ch{
        font-size: 16px;
        color: #000000;
    }
    .m-index-title-en{
        font-size: 12px;
        color: #707070;
    }
    .m-index-title-middle{
        font-size: 14px;
        color: #707070;
        margin-bottom: 4px;
    }
    /* honor */
    .m-index-hon-box{
        width: 100%;
        padding-bottom: 44%;
        position: relative;
    }
    #banner3 .swiper-slide{
        padding: 0 20px 20px;
    }
    #banner3 .swiper-slide a{
        float: left;
        width: 48%;
        margin-right: 4%;
        border: 1px solid #f0f0f0;
        padding: 10px 10px 4px;
        color: #707070;
        font-size: 12px;
        text-align: center;
    }
    .swiper-slide-img{
        width: 100%;
        padding-bottom: 75%;
        background: url() no-repeat center center;
        background-size: cover;

    }
    .swiper-slide-text{
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }
    #banner3 .swiper-slide a:nth-child(2){
        margin-right: 0;
    }
    #banner3 .swiper-button-prev,#banner3 .swiper-button-next{
        width: 20px;height: 46px;
        background-size: 60% auto;
        border-radius: 4px;
    }
    #banner3 .swiper-button-prev:hover,#banner3 .swiper-button-next:hover{
        background-color: rgba(0, 0, 0, 0);
    }
    #banner3 .swiper-button-prev{
        left: 0;
    }
    #banner3 .swiper-button-next{
        right: 0;
    }
    #banner3 .swiper-pagination{
        bottom: 0;
    }
    #banner3 .swiper-pagination-bullet-active{
        background-color: #69c0bc;
    }
    /* product */
    .m-index-pro-list{
        padding:0 20px 20px;
    }
    .m-index-pro-item{
        float: left;
        width: 49%;
        margin-right: 1%;
        text-align: center;
    }
    .m-index-pro-item:nth-child(2){
        margin-right: 0;
    }
    .m-index-pro-img{
        width: 100%;
        padding-bottom: 100%;
        background: url() no-repeat center center;
        background-size: cover;
    }
    .m-index-pro-title{
        height: 24px;
        line-height: 24px;
        width: 80px;
        border-radius: 46px;
        font-size: 12px;
        color: #ffffff;
        background-color: #00a95f;
        margin: 10px auto 6px;
    }
    /* company */
    .m-index-company-box video{
        width: calc(100% - 40px);
        margin: 0 20px 20px;
    }
    .m-index-company-item{
        width: 100%;
        position: relative;
        background-color: #f0f0f0;
        padding: 6px 0;
    }
    .m-index-company-item:nth-child(2){
        background-color: #00a95f
    }
    .m-index-company-item img{
        float: left;
        width: 100px;height: 100px;
        margin: 10px;
    }
    .m-index-company-item:nth-child(2) img{
        float: right;
    }
    .m-index-company-text{
        width: calc(100% - 100px);
        margin-left: 100px;
        padding: 10px;
    }
    .m-index-company-item:nth-child(2) .m-index-company-text{
        margin-left: 0;
    }
    .m-index-company-title{
        font-size: 16px;
        color: #37a95a;
        margin-bottom: 4px;
    }
    .m-index-company-item:nth-child(2) .m-index-company-title,.m-index-company-item:nth-child(2) .m-index-company-details{
        color: #ffffff;
    }
    .m-index-company-details{
        line-height: 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    /* 新闻 */
    .m-news-list{
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }
    .m-news-item{
        border-top: 1px solid #f0f0f0;
    }
    .m-news-item a{
        display: block;
        position: relative;
        padding: 10px 10px 14px 10px;
    }
    .m-news-img{
        position: absolute;
        top: 10px;left: 10px;
        width: 80px;height: 80px;
        background: #f0f0f0 url() no-repeat center center;
        background-size: cover;
    }
    .m-news-right{
        margin-left: 90px;
        width: calc(100% - 90px);
        color: #707070;
        font-size: 12px;
        min-height: 80px;
    }
    .m-news-rtitle{
        font-size: 15px;
        color: #323232;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin-bottom: 16px;
    }
    .m-news-rtext{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .m-news-rtext span{
        color: #868686;
        font-size: 13px;
    }

}
@media screen and (max-width:500px){
    .m-index-hon-box{
        padding-bottom: 50%;
    }
}
.index-icons-list::after,.index-pro-list::after,.index-news-box::after,.index-news-item::after,.index-company-box::after,.index-contact-list::after,.m-index-pro-list::after,#banner3 .swiper-slide::after{
    content: "";
    display: block;
    clear: both;
}</pre></body></html>