.zs-homebanner{
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .text {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 1;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zs-homebanner .text .title{
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    padding-top: 15px;
}
.zs-homebanner .text .desc{
    font-size: 18px;
    color: #FFF;
    margin: 25px auto 0;
    width: 800px;
    line-height: 1.5;
}
.zs-homebanner .text .btn{
    display: flex;
    padding-top: 60px;
}
.zs-homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    background-color: #19403f;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0 15px 0 15px;
    text-align: center;
    position: relative;
}
.zs-homebanner .text .btn a:hover{
    color: #FFF;
    background-color: #009900;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-homebanner .swiper-pagination{
    bottom: 30px;
}
.zs-hometext{
    display: flex;
    width: 100%;
    padding: 110px 70px;
    background-color: #F6F6F6;
    justify-content: space-between;
}
.zs-hometext .item{
    width: 33.333%;
    padding: 41px 70px;
    border-right: 1px solid #e2e2e2;
}
.zs-hometext .item:last-child{
    border-right: none;
}
.zs-hometext .item .title{
    font-size: 31px;
    font-weight: 500;
    color: #19403f;
}
.zs-hometext .item .desc{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    font-size: clamp(14px,17px,20px);
}

.zs-homebox{
    display: block;
    padding: 100px 60px;
    background-color: #FFF;
}
.zs-homebox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-homebox.pt0{
    padding-top: 0;
}
.zs-homebox.bg{
    background-color: #F6F6F6;
}
.zs-homebox .btn{
    display: block;
    width: 160px;
    margin: 40px auto 0;
}
.homecase{
    padding-bottom: 60px;
}
.homecase .swiper-slide {
    display: block;
    width: 33.33%;
    height: auto;
    overflow: hidden;
}
.homecase .swiper-slide .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.homecase .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.homecase .swiper-slide:hover .pic img{
    transform: scale(1.05);
}
.homecase .text{
    display: block;
    text-align: center;
    padding-top: 15px;
}
.homecase .text .title{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homecase .swiper-button-prev{
    left: 20px;
    margin-top: -75px;
}
.homecase .swiper-button-next{
    right: 20px;
    margin-top: -75px;
}
.homeproduct-list{
    display: block;
    padding: 0 0;
}
.homeproduct-list ul {
    margin: 0 -17.5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeproduct-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    height: auto;
    padding: 17.5px 17.5px;
}
.homeproduct-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.68;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.homeproduct-list li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 10px 0;
    line-height: 1.35;
    color: #FFF;
    text-align: center;
    background: linear-gradient(transparent, rgba(20, 20, 20, 0.9));
    z-index: 10;
}
.homeproduct-list li .text .title{
    font-size: 36px;
    font-weight: 500;
}
.homeproduct-list li .text .location{
    font-size: 15px;
    padding: 30px 0 35px;
}
.homeproduct-list li .text .location i{
    margin-right: 5px;
    font-size: 14px;
}
.homeproduct-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeproduct-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homeproduct-list li:hover .pic img{
    transform: scale(1.05);
}
.zs-homeprocess{
    display: flex;
    width: calc(100% - 120px);
    margin: 0 auto 100px;
    align-items: center;
    justify-content: space-between;
}
.zs-homeprocess .pic{
    flex: 0 0 50%;
    width: 50%;
    height: 860px;
    position: relative;
}
.zs-homeprocess .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-homeprocess .text{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 5%;
}
.zs-homeprocess .title{
    font-size: 50px;
    font-weight: 500;
    color: #19403f;
    line-height: 1.35;
    margin-bottom: 15px;
}
.zs-homeprocess .subtitle{
    font-size: 20px;
}
.zs-homeprocess .process-list{
    width: 100%;
    margin-top: 38px;
}
.zs-homeprocess .process-list .item{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.zs-homeprocess .process-list .item .icon{
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.zs-homeprocess .process-list .item .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-homeprocess .process-list .item strong{
    display: block;
    font-size: 22px;
    font-weight: 500;
}
.zs-homeprocess .process-list .item span{
    display: block;
    font-size: 16px;
}
.zs-homeprocess .btn{
    margin-top: 45px;
}
.zs-homeprocess .btn a{
    width: 300px;
}
.zs-hometechniques{
    display: flex;
    width: calc(100% - 120px);
    margin: 0 auto;
    align-items: center;
    background-color: #F6F6F6;
    justify-content: space-between;
}
.zs-hometechniques .pic{
    flex: 0 0 50%;
    width: 50%;
    height: 860px;
    position: relative;
}
.zs-hometechniques .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-call-use{
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;
    left: 50%;
    zoom: 2;
    top: 50%;
    z-index: 100;
    margin: -30px 0 0 -30px;
}
.zs-call-use::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 101;
    background: url(../img/icon-play.svg) no-repeat center center;
    background-size: 18px 18px;
    zoom:0.6;
}
@keyframes scaleout {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
.zs-call-use .spinner1 {
    opacity: 0;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -25px;
    left: -25px;
    background-color: #19403f;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 1s infinite ease-in-out;
    animation: scaleout 2s 1s infinite ease-in-out;
}
.zs-call-use .spinner2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: #19403f;
    border-radius: 100%;
    -webkit-animation: scaleout 2s .5s infinite ease-in-out;
    animation: scaleout 2s .5s infinite ease-in-out;
}
.zs-call-use .spinner3 {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-color: #19403f;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 0s infinite ease-in-out;
    animation: scaleout 2s 0s infinite ease-in-out;
}  
.homeabout .ha-pic .icon-play:hover{
    opacity: 1;
}
.zs-hometechniques .text{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 5%;
}
.zs-hometechniques .title{
    font-size: 50px;
    font-weight: 500;
    color: #19403f;
    line-height: 1.35;
}
.zs-hometechniques .desc{
    margin-top: 30px;
}
.zs-hometechniques .btn{
    margin-top: 45px;
}
.zs-hometechniques .btn a{
    width: 300px;
}
.homenews-list{
    display: block;
    padding: 0 0;
}
.homenews-list ul {
    margin: 0 -17.5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homenews-list li{
    flex: 0 0 33.3%;
    width: 33.3%;
    height: auto;
    padding: 15px 17.5px;
}
.homenews-list li a{
    display: block;
    height: 550px;
    padding: 0;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.homenews-list li .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.625;
    overflow: hidden;
}
.homenews-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homenews-list li:hover .pic img{
    transform: scale(1.05);
}
.homenews-list li .text{
    display: block;
    min-height: 220px;
    padding: 20px 0;
}
.homenews-list li .title{
    font-size: 20px;
    font-weight: 500;
    margin-top: 12px;
    color: #19403f;
}
.homenews-list li .desc{
    margin-top: 12px;
    font-size: 15px;
    color: #808080;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homenews-list li .date{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #1d1d1d;
}
.homenews-list li .more{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #19403f;
    font-weight: 500;
    margin-top: 12px;
}
.homenews-list li:hover .more{
    color: #009900; 
}
.homenews-list li .more i{
    font-size: 12px;
    margin-left: 8px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 450px;
}
.zs-homebanner .text{
    padding: 0 4%;
}
.zs-homebanner .text .title {
    font-size: 22px;
}
.zs-homebanner .text .desc {
    font-size: 14px;
    margin: 15px auto 0;
    width: 100%;
}
.zs-homebanner .text .btn {
    padding-top: 20px;
}
.zs-homebanner .text .btn a {
    width: 180px;
    height: 38px;
    font-size: 14px;
    margin: 0 15px 0 15px;
}
.zs-homebanner .swiper-pagination {
    bottom: 20px;
}
.zs-hometext {
    width: 100%;
    padding: 20px 4%;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-hometext .item {
    width: 100%;
    padding: 0 0 20px;
    border-right: none;
}
.zs-hometext .item .title {
    font-size: 20px;
}
.zs-hometext .item .desc {
    margin-top: 8px;
    font-size: 14px;
}
.zs-hometext .item:last-child{
    padding-bottom: 10px;
}
.zs-homebox {
    padding: 38px 4%;
}
.homeproduct-list ul {
    margin: 0 0;
}
.homeproduct-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 8px 0;
}
.homeproduct-list li .text .title {
    font-size: 22px;
}
.homeproduct-list li .text .location {
    font-size: 14px;
    padding: 10px 0 20px;
}
.zs-homebox .btn {
    margin: 25px auto 15px;
}
.zs-homeprocess {
    display: flex;
    width: 92%;
    margin: 0 auto 35px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-homeprocess .text {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0;
}
.zs-homeprocess .title {
    font-size: 26px;
}
.zs-homeprocess .subtitle {
    font-size: 16px;
}
.zs-homeprocess .process-list .item strong {
    font-size: 18px;
}
.zs-homeprocess .process-list .item span {
    font-size: 13px;
}
.zs-homeprocess .btn {
    width: 300px;
    margin: 30px auto 0;
}
.zs-homeprocess .pic {
    margin-top: 30px;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.zs-hometechniques {
    display: flex;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 30px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-hometechniques .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.zs-hometechniques .text {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 5%;
}
.zs-hometechniques .title {
    font-size: 26px;
}
.zs-hometechniques .desc {
    margin-top: 20px;
}
.zs-hometechniques .btn {
    margin-top: 25px;
}
.zs-call-use{
    zoom: 1.5;
}
.homecase .text .title {
    font-size: 16px;
}
.homecase {
    padding-bottom: 50px;
}
.homenews-list ul {
    margin: 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.homenews-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 15px 0;
}
.homenews-list li a {
    height: auto;
}
.homenews-list li .text {
    padding: 15px 0;
    min-height: auto;
}
.homenews-list li .date {
    font-size: 12px;
}
.homenews-list li .title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 12px;
}
.homenews-list li .desc {
    margin-top: 8px;
    font-size: 13px;
}
.homenews-list li .more {
    font-size: 12px;
    margin-top: 10px;
}

}