﻿@charset "utf-8";
:root{--color:#99C05A}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.home-procate{padding-top:4%;}
.home-procate .cate-list{display:flex;justify-content: space-between;flex-wrap:wrap;}
.home-procate .cate-list .cate-item{width:23%;margin-bottom:2%;}
.home-procate .cate-list .cate-item .img{overflow: hidden;border:1px solid #000;border-radius: 20px;}
.home-procate .cate-list .cate-item .img a{display:block;width:100%;position:relative;height:0;padding-bottom:100%;}
.home-procate .cate-list .cate-item .img a img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:cover;width:100%;display:block;transition: all .3s;}
.home-procate .cate-list .cate-item .tit{text-align: center;margin-top:5px;text-transform: capitalize;transition: all .3s;}
.home-procate .cate-list .cate-item:hover img{transform: scale(1.05);}
.home-procate .cate-list .cate-item:hover .tit{color:var(--color)}
@media (max-width:500px){.home-procate .cate-list .cate-item{width:48%;}}
.highpro{background:url(/uploads/41587/page/p2024071717432531072.jpg) no-repeat center/cover;padding:4% 0;}
@media (min-width:769px){.highpro-l{width:35%;}
.highpro-r{width:64%;}}
.highpro-r{background: none;color:#000;}
.highpro-step-num{background:#B5B5B6;border-color:#000;color:#000;}
.highpro-step-act .highpro-step-num{background:#438A7B;border-color:#000;color:#000;}
.highpro-step-title{text-align: center;}
.highpro-step-act .highpro-step-title{color: #438A7B;}
.highpro-r .home-title,.highpro-text{color:#000;}
.highpro .swiper-pagination-bullet-active{background:var(--color)}
.highpro-l img{object-fit: cover;}
@media (max-width:768px){.highpro-r{padding-left:0;padding-right:0;}}
@media (min-width:1281px){.home-title{font-size:30px;}
.about-l-text,.home-more{font-size:18px;}
.highpro-text{font-size:20px;}  
}
.about-l-text{-webkit-line-clamp: inherit;max-height:inherit;}
.home-product{padding:4% 0;}
.home-product .home-title{text-align: center;}
.home-product .product-list{justify-content: space-between;}
.home-product .product-list .product-item{width:23%;margin:2% 0;}
.home-product .product-list .product-item .product-img{overflow: hidden;}
.home-product .product-list .product-item .product-img a{width:100%;height:100%;display:block;}
.home-product .product-list .product-item .product-img img{width:100%;display:block;transition: all .3s;}
.home-product .product-list .product-item:hover img{transform: scale(1.05);}
.home-product .product-list .product-item .product-tit a{display:block;color:var(--color);font-size:20px;text-align: center;font-weight:var(--fontbold7);margin:10px 0;}
.home-product .product-list .product-item .product-more{text-align: center;}
.home-product .product-list .product-item .product-more a{display:inline-block;background: #807A7A;padding:8px 15px;color:#fff;transition: all .3s;}
.home-product .product-list .product-item .product-more a:hover{background:var(--color)}
@media (max-width:768px){.home-product .product-list .product-item{width:49%;margin:8px 0;}}
.home-video{padding:3% 0;background:var(--color);margin-bottom:3%;}
.home-video .home-title{color:#fff;text-align:center;margin-bottom:20px;}
.home-video .video-list{display:flex;flex-wrap: wrap;justify-content: space-between;}
.home-video .video-list .item{width:19%;text-align: center;}
.home-video .video-list .item p{color:#fff;margin:10px 0;}
@media (max-width:1024px){.home-video .video-list .item{width:49%;margin-bottom:10px;}}
@media (max-width:550px){.home-video .video-list .item{width:100%;}}