<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sy_about{
    background-image: url(../images/gywmbg04.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 80px 0;
    background-size: cover;
}
.sy_about .ab_pic{
    width: 645px;
}
.sy_about .ab_pic img{
    max-width: 100%;
}
.sy_about .ab_text{
    width: 665px;
    padding: 60px 0;
}
.ab_text .name{
    height: 114px;
    background: url(../images/about_bg.png) no-repeat;
    background-position: top left;
    padding-top: 25px;
}
.ab_text .name p{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 40px;
}
.ab_text .name span{
    color: #696969;
    font-size: 18px;
    font-weight: bold;
}
.n_title{
    font-size: 20px;
    font-weight: bold;
    color: #595959;
    margin-bottom: 20px;
}
.ms_text{
    font-size: 18px;
    line-height: 1.6;
    color: #595959;
}
.num{
    padding: 60px 0;
}
.guarantee_time li {
    text-align: center;
    color: #666666;
    margin: 30px auto;
    float: left;
    width: calc(100%/4);
    width: -moz-calc(100%/4);
    box-sizing: border-box;
}
.guarantee_time li div{
    height: 210px;
    width: 210px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.guarantee_time li h2 {
    color: #019f15;
    font-size: 28px;
    display: inline-block;
    font-weight: bold;
    line-height: 100px;
}
.guarantee_time li i {
    font-size: 20px;
    margin-left: 5px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
}
.guarantee_time li h3 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.honor{
    background: url("../images/honor_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.ho_name{
    height: 114px;
    background: url(../images/h_bg.png) no-repeat;
    background-position: top left;
    padding-top: 25px;
}
.ho_name p{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 40px;
}
.ho_name span {
    color: #696969;
    font-size: 18px;
    font-weight: bold;
}
.zizhi_box{
    margin-top: 60px;
    position: relative;
}
.zizhi_box .swiper-pagination{
    width: 100%;
}
.swiper-pagination-bullet{
    margin: 0 5px;
}
.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 15px 0;
}
.showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.zz_li img{
    max-width: 100%;
    transition: 2s;
}
.zz_li{
    position: relative;
    overflow: hidden;
}
.zz_li:hover img {
    transform: scale(1.2);
}
.zz_li:hover .showBox {
    opacity: 1;
}
.zz_li:hover a{
    color: #fff;
}
.zz_li:hover .showBoxLink::before {
    width: 40px;
}
.zz_li:hover .showBoxLink::after {
    width: 40px;
}
.product{
    padding: 60px 0;
}
.product .ho_name{
    background: url(../images/product.png) no-repeat;
}
.sdlk li {
    width: 23.6%;
    float: left;
    margin-right: 24px;
    overflow: hidden;
    background: #f8f8f8;
}
.sdlk li:nth-child(4n){
    margin-right: 0;
}
.sdlk li em {
    display: block;
    overflow: hidden;
    font-style: normal
}
.sdlk li em img {
    width: 100%;
    display: block;
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.sdlk li div {
    padding: 15px;
    overflow: hidden;
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.sdlk li div h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    color: #000;
}
.sdlk li div h2 {
    overflow: hidden;
}
.sdlk li div h2 i {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #019f15;
}
.sdlk li div p {
    line-height: 28px;
    font-size: 14px;
    color: #555;
    height: 56px;
    overflow: hidden;
}
.sdlk li:hover div {
    background: #019f15;
}
.sdlk li:hover div h3, .sdlk li:hover div p {
    color: #fff;
}
.sdlk li:hover div h2 i {
    background: #fff;
}
.news{
    padding: 60px 0;
    background: url("../images/news_bg.jpg") no-repeat center;
    background-size: cover;
}
.news .ho_name{
    background: url("../images/news_t.png") no-repeat;
}
.news_box{
    margin-top: 30px;
}

.n_left{
    width: 41%;
}
.n_left .news_pic{
    overflow: hidden;
	height: 336px;
	text-align: center;
    background: #fafafa;
}
.n_left .news_pic img{
    display: block;
    height: 100%;
    margin: auto;
    transition: 2s;
}
.n_left .news_pic:hover img{
    transform: scale(1.2);
}
.n_left .n_con {
    margin-bottom: 38px;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: #f1f1f1;
    padding: 25px 20px;
}
.news1_date {
    font-size: 16px;
    color: #666;
    transition: all .5s ease 0s;
}
.newTitle1 {
    font-size: 20px;
    color: #212121;
    font-weight: bold;
    display: block;
    transition: none;
    margin: 5px 0;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newMs {
    font-size: 15px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #555;
    transition: all .5s ease 0s;
    height: 27px;
}
.n_left .n_con:hover {
    padding-left: 50px;
    padding-right: 50px;
    background: #5bcd69;
    background-size: cover;
}
.n_con:hover .news1_date,.n_con:hover .newTitle1,.n_con:hover .newMs {
    color: #fff;
}
.news_box .n_right {
    width: 57%;
}
.n_right .newList {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.n_right .newList:hover {
    background: #5bcd69;
    background-size: cover;
}
.newList:hover .news1_date,.newList:hover .newTitle1,.newList:hover .newMs {
    color: #fff;
}
.hezuo{
    padding: 60px 0;
}
.hezuo .ho_name{
    background: url("../images/hz_t.png") no-repeat;
}
.hz_box{
    margin-top: 30px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hz_box ul li{
    width: 13.5%;
    margin: 0 10px 20px 0;
    padding: 10px;
    box-shadow: 0 3px 10px 2px rgba(133, 133, 133, 0.2);
}
.link{
    padding: 20px;
    line-height: 26px;
    font-size: 16px;
    background: #f5f5f5;
}
.con_top{
    text-align: center;
}
.name_t{
    margin-top: 30px;
    font-size: 24px;
    color: #019f15;
    font-weight: bold;
    margin-bottom: 15px;
}
.ab_en{
    font-size: 16px;
    line-height: 26px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.xian {
    width: 144px;
    margin: auto;
}
.xian .line{
    width: 50px;
}
.xian .line hr{
    color: #999;
}
.xian span{
    color: #1e7e34;
}
.class_nav{
    margin-top: 15px;
}
.class_nav ul{
    text-align: center;
}
.class_nav ul li{
    display: inline-block;
    color: #fff;
    width: auto;
    vertical-align: top;
}
.class_nav ul li a{
    position: relative;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0px 15px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.class_nav ul li a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.class_nav ul li.ons a:before {
    width: 80%;
    left: 10%;
    background-color: #019f15;
}
.class_nav ul li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.class_nav ul li.ons a{
    color: #019f15;
}
.class_nav ul li a:hover{
    color: #019f15;
}
.class_nav ul li a:hover:before {
    width: 80%;
    left: 10%;
    background-color: #019f15;
}
.con_body{
    background-color: rgba(243, 243, 243, 1);
    padding: 50px 0;
}
.bg_bs{
    background: #fff;
}
.about_nr{
    padding: 60px 30px;
}
.title_name{
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
}
.detail{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.detail p{
    text-indent: 2em;
	margin-bottom: 10px;
}
.about_nr ul{
    background: #f7f7f7;
}
.about_nr ul li{
    width: 33.3%;
    text-align: center;
    overflow: hidden;
}
.about_nr ul li img{
    width: 100%;
    display: block;
    transition: 2s;
}
.about_nr ul li:hover img{
    transform: scale(1.2);
}
.about_nr ul li .text{
    padding: 0 30px;
}
.text h3{
    font-size: 28px;
    color: #019f15;
    margin-bottom: 20px;
}
.text p{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.name_box{
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #666;
}
.honor_ul ul li{
    width: 23.5%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.honor_ul .img{
    overflow: hidden;
}
.honor_ul .img img{
    display: block;
    width: 100%;
}
.honor_ul  p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}
.honor_ul ul{
    background: #fff;
}
.page{
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}
.page a{
    position: relative;
    height: 32px;
    min-width: 32px;
    margin: 0 5px 0 0;
    color: #595959;
    border: 1px solid #d9d9d9;
    line-height: 32px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
}
.page a.active,.page a:hover{
    text-decoration: none;
    background-color: #019f15;
    color: #fff;
    border-color: #019f15;
}
.lx_left{
    width: 42%;
}
.lx_right{
    width: 55%;
}
.input_box{
    margin-bottom: 20px;
}
.input_box input{
    border: 1px solid #e4ecf5;
    border-radius: 5px;
    box-shadow: none;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    background-color: #f2f4f6;
    color: #333;
}
.input_box .input{
    width: 47%;
}
.neirong{
    background-color: #f2f4f6;
    color: #333;
    border: 1px solid #e4ecf5;
    border-radius: 5px;
    min-height: 160px;
    padding: 10px 2.5%;
    width: 95%;
    margin-bottom: 20px;
}
.sub{
    background-color: #019f15;
    border-color: #019f15;
    border: 1px;
    border-radius: 5px;
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
}
.lx_right .gsmc{
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}
.lx_list{
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.lx_list span{
    margin-right: 10px;
}
.lx_list img{
    display: block;
}
.product_box{
    padding: 80px 60px;
    background: #fff;
}
.product_box ul li{
    width: 23.3%;
    margin-right: 2%;
    position: relative;
    transition: 0.5s;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.product_box ul li:nth-child(4n){
    margin-right: 0;
}
.product_box .pic{
    overflow: hidden;
}
.pic img{
    display: block;
    transition: 2s;
}
.product_box .pt_text{
    padding: 10px 20px;
    text-align: center;
}
.pt_text span{
    font-size: 16px;
    color: #262626;
    display: block;
    margin-bottom: 10px;
}
.pt_text h3 a{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #262626;
}
.pt_text .more{
    display: block;
    font-size: 18px;
    color: #019f15;
    margin: 10px 0;
}
.product_box ul li:hover {
    margin-top: -10px;
    box-shadow: 0 3px 18px 2px rgba(37,85,243,0.2);
}
.pt_detail{
    margin-bottom: 30px;
}
.pt_detail .pt_pic{
    width: 40%;
}
.pt_detail .pt_small{
    width: 57%;
}
.pt_small span,.pt_small h1{
    vertical-align: middle;
    color: #414141;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.pt_small p{
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #414141;
    margin-bottom: 1rem;
    background: transparent!important;
}
.nr_page {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 26px;
}
.case_box{
    padding: 80px 60px;
    background: #fff;
}
.case_box li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.case_box li:nth-child(3n){
    margin-right: 0;
}
.case_box li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid rgb(238, 238, 238);
}
.case_box .proTitle {
    position: relative;
    text-align: center;
    padding: 0 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    transition: all .5s ease;
    font-weight: 500;
}
.proTitle::before {
    content: '';
    position: absolute;
    left: -170px;
    top: -70px;
    width: 140px;
    height: 140px;
    background-color: #019f15;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.proSummry {
    padding: 15px 15px 0;
}
.proSummry .sum {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 72px;
    color: #888;
}
.lookMore {
    width: 100%;
    padding: 10px 0 20px;
    text-align: center;
    font-size: 16px;
    color: #019f15;
}
.case_box li a::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #019f15;
    transition: all .5s ease;
}
.case_box li:hover a{
    box-shadow: 0 0 20px #ddd;
}
.case_box li:hover .proTitle::before {
    left: -100px;
}
.case_box li:hover a::after {
    width: 100%;
}
.h_title{
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 30px;
    text-align: center;
}
.case_lb{
    margin-bottom: 30px;
}
.news_box{
    padding: 80px 60px;
    background: #fff;
}
.news_list li {
    position: relative;
    width: 97%;
    padding: 10px 0 10px 30px;
    overflow: hidden;
    font-size: 18px;
    line-height: 26px;
    background: url("../images/xw_bg.png") no-repeat 0 8px;
}
.news_list .news_title{
    display: block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news_list .news_date{
    color: #666;
}
.news_box h1{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
.news_box .dj_date{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #666666;
    text-align: center;
}
.menu{
	display: none;
}
.pt_small h1{
	color: #019f15;
}
.zizhi_box .swiper-wrapper{
	align-items: center;
}
.cp_title{
	font-size: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #019f42;
    line-height: 21px;
}
.detail_text{
	margin-bottom: 30px;
}
@media(max-width:767px){
	.h_top,.nav_ul{
		display: none;
	}
	.logo img,.menu img{
		height: 50px;
	}
	.menu{
		display: block;
		margin-top: 17px;
	}
	.sy_about{
		padding: 40px 0;
	}
	.warp{
		width: 94%;
	}
	.sy_about .ab_pic{
		width: 100%;
	}
	.sy_about .ab_text{
		width: 100%;
		padding: 25px 0;
	}
	.ab_text .name,.ho_name,.product .ho_name,.hezuo .ho_name {
		height: 80px;
		padding-top: 15px;
		background-size: 240px;
	}
	.news .ho_name{
		height: 80px;
		padding-top: 15px;
		background-size: 150px;
	}
	.ab_text .name p {
		font-size: 24px;
		margin-bottom: 5px;
		line-height: 32px;
	}
	.ab_text .name span ,.ho_name span{
		font-size: 16px;
		font-weight: 500;
	}
	.n_title {
		font-size: 18px;
		font-weight: 500;
	}
	.ms_text {
		font-size: 15px;
	}
	.guarantee_time li{
		margin: 20px auto;
		width: 100%;
	}
	.ho_name p {
		font-size: 24px;
		margin-bottom: 5px;
		line-height: 32px;
	}
	.sdlk li{
		width: 100%;
		margin-right: 0;
	}
	.sdlk li div h3{
		font-size: 18px;
	}
	.news_box {
		padding: 0;
	}
	.n_left{
		width: 100%;
		margin-bottom: 20px;
	}
	.n_left .n_con{
		margin-bottom: 0;
	}
	.news_box .n_right{
		width: 100%;
	}
	.newTitle1 {
		font-size: 18px;
	}
	footer .foot{
		display: none;
	}
	footer .copy{
		padding-top: 0;
	}
	.about_nr {
		padding: 30px 15px;
	}
	.about_nr ul li{
		width: 100%;
	}
	.about_nr ul li .text {
		padding: 40px 30px;
	}
	.about_nr .honor_ul ul li {
		width: 49%;
	}
	.product_box ,.news_pd{
		padding: 40px 20px;
	}
	.product_box ul li {
		width: 100%;
		margin-right: 0;
	}
	.pt_detail .pt_pic,.pt_detail .pt_small{
		width: 100%;
	}
	.pt_small span, .pt_small h1{
		font-size: 20px;
		margin-bottom: 0;
	}
	.pt_small p {
		padding: 10px 0;
		font-size: 16px;
		margin-bottom: 0;
	}
	.detail img{
		max-width: 100%;
		display: block;
	}
	.news_list li{
		font-size: 16px;
		width: calc(100% - 30px);
	}
	.news_list .news_title{
		width: 65%;
	}
	.lx_left,.lx_right{
		width: 100%;
	}
	.input_box .input{
		width: 100%;
		margin-top: 10px;
	}
	.nav_ul,.nav_ul li{
		width: 100%;
	}
	.nav_ul li .nav_a{
		padding: 5px 0;
		font-size: 16px;
	}
}</pre></body></html>