
.z-container{
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}
.z-relative{
    position: relative;
}
.z-flex{
    display: flex;
}
.z-flex-aic{
    display: flex;
    align-items: center;
}
.z-flex-sb{
    display: flex;
    justify-content: space-between;
}
.z-flex-sb-aic{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.z-flex-cc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.z-flex-dc{
    flex-direction: column;
}
.z-fwb{
	font-weight: bold;
}
.z-fs48{
    font-size: 48px;
}
.z-fs40{
    font-size: 40px;
}
.z-fs38{
	font-size: 38px;
}
.z-fs36{
	font-size: 36px;
}
.z-fs34{
	font-size: 34px;
}
.z-fs32{
	font-size: 32px;
}
.z-fs30{
	font-size: 30px;
}
.z-fs28{
	font-size: 28px;
}
.z-fs26{
	font-size: 26px;
}
.z-fs24{
	font-size: 24px;
}
.z-fs22{
	font-size: 22px;
}
.z-fs20{
	font-size: 20px;
}
.z-fs18{
	font-size: 18px;
}
.z-fs16{
	font-size: 16px;
}
.z-mr32{
	margin-right: 32px;
}
.z-mb32{
	margin-bottom: 32px;
}
.z-mb20{
    margin-bottom: 20px;
}
.z-mb24{
	margin-bottom: 24px;
}
.z-mt35{
    margin-top: 35px;
}
.z-text-v{
    writing-mode: vertical-lr;
}
.z-lh15{
	line-height: 1.5;
}
.z-mb40{
    margin-bottom: 40px;
}
.z-bg-green{
    background-color: #29983A;
}
.z-fc333{
    color: #333;
}
.z-fc333{
    color: #666;
}
.z-fc-green{
    color: #29983A;
}
.z-fc-white{
    color: #fff;
}
.z-width100{
    width: 100%;
    box-sizing: border-box;
}
.z-el7{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
}
.z-el{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}




.z-top{
    padding: 5px 0;
}
.z-toplogo-a img{
    width: 140px;
}
.z-header{
    height: 120px;
}
.z-nav{
    justify-content: flex-end;
    column-gap: 30px;
}
.z-nav li{
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
    position: relative;
}
.z-navson{
    width: fit-content;
    box-sizing: border-box;
    flex-direction: column;
    background: #29983A;
    background: RGB(41, 152, 58,0.8);
    display: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1;
    
}
.z-nav li:hover .z-navson{
    display: flex;
}
.z-navson a{
    padding: 20px 5px;
    color: #fff;
    border: 1px solid #29983A;
    white-space: nowrap;
}
.z-navson a:hover{
    color: #29983A;
    background: #fff;
}
.z-nav li:hover,.z-nav li.on{
    border-bottom-color: #29983A;
}
.z-banner img{
    display: block;
    margin: 0 auto;
    width: 100%;
}


.z-jtjj{
    padding: 120px 0;
}
.z-intro-tab{
    position: relative;
}
.z-itab-hdul{
    width: fit-content;
    column-gap: 15px;
    position: absolute;
    bottom: 0;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.z-itab-hdul li{
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 40px;
    justify-content: center;
    column-gap: 40px;
    background: #999;
    cursor: pointer;
}
.z-itab-hdul li::before{
    content: url(../images/intron1.png);
    width: 40px;
    height: 40px;
    display: block;
}
.z-itab-hdul li.on{
    background:url(../images/greenbg.png) no-repeat;
    background-size: 100% 100%;
    color: #29983A;
    /* background: rgba(0, 255, 0, .4); */
}
.z-itab-hdul li.on::before{
    content: url(../images/intron2.png);
}
.z-ibdul-lt{
    width: 550px;
    box-sizing: border-box;
}
.z-big-title{
    font-size: 32px;
    color: #333;
    width: fit-content;
}
.z-bigword{
    position: relative;
    width: fit-content;

}
.z-bigword::after{
    display: block;
    position: absolute;
    top: -10px;
    right: -30px;
    width: 20px;
    height: 20px;
    border-radius: 16px;
    content: '';
    background: #fff;
    border: 4px solid transparent;
    /* border-image: linear-gradient( 
90deg, rgba(0, 216, 247, 0) 0%, #29983A 100%) 5 2 2 2; */
    background-image: linear-gradient(#fff,#fff),
    linear-gradient(135deg,rgba(167,230,177,.5),rgba(41, 152, 58,1));
    background-origin: border-box;
    background-clip: content-box,border-box;
}
.z-ibdul-word{
    line-height: 1.8;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 33px;
    text-align: justify;
    font-size: 20px;
    height: 252px;
}
.z-lookmore-green{
    background: #29983A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    border-radius: 15px;
    width: fit-content;
    color: #fff;
}
.z-lookmore-green::after{
    height: 16px;
    content: '';
    display: block;
    background: url(../images/gorticon.png) no-repeat;
    background-size: 100% 100%;
    width: 24px;
}
.z-intro-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    padding-right: 50px;
    padding-left: 40px;
    border-left: 1px dashed #666;
}
.z-intro-item.no{
    padding-left: 0;
    border-left: none;
}
.z-ii-word1{
    font-size: 36px;
    align-items: flex-end;
}
.z-ii-word1 span{
    color: #29983A;
    font-size: 16px;
}
.z-ibdul-rt{
    border: 20px solid #f6f6f6;
    width: fit-content;
    height: fit-content;
}
.z-ibdul-rt img{
    width: 567px;
    height: 355px;
}
.z-product{
    padding: 10px 0 100px;
}
.z-pro-list{
    column-gap: 10px;
    margin-top: 100px;
}
.z-pro-item{
    flex: 1;
    overflow: hidden;
    height: 490px;
    background-size: 300px 100%;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    transition: flex 0.5s;
    border-radius: 0 40px 0 0;
    cursor: pointer;
    display: flex;
    flex-wrap: no-wrap;
}
.z-pro-item:hover{
    flex: 1.5;
    transition: flex 0.5s;
}
.z-pi-small{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 35px;
    color: #fff;
    font-size: 38px;
    opacity: 1;
    transition: opacity .5s;
    flex-shrink: 0;

}
.z-pi-small img,.z-pi-big img{
    width: 66px;
    height: 66px;
}
.z-pi-big{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 90px 20px 35px;
    line-height: 1.5;
    color: #fff;
    font-size: 38px;
    flex-direction: column;
    opacity: 0;
    transition: opacity .5s;
}
.z-text-rt{
    text-align: right;
}
.z-pro-item:hover .z-pi-small{
    display: none;
    opacity: 0;
    transition: opacity .5s;
}
.z-pro-item:hover .z-pi-big{
    display: flex;
    opacity: 1;
    transition: opacity .5s;
}
.z-banner-bg{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 300px;
    box-sizing: border-box;
    flex-direction: column;
    padding: 90px 0 70px;
    row-gap: 40px;
}

.z-jtzx{
    padding: 90px 0 75px;

}
.z-lookmore-glory{
    color: #666;
    padding:10px 20px;
    border: 1px solid #666;
    border-radius: 20px;
}
.z-swp-lt{
    width: 960px;
}
.z-swp-lt-item{
    display: block;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 65px 85px;
    color: #fff;
    background-size: 100% 100%;
}
.z-swp-lt-words{
    line-height: 1.8;
    -webkit-line-clamp:3;
    font-size: 20px;
}
.z-swp-lt-words::before{
    display: block;
    content: '—';
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    transform: translateX(-10px);
}
.z-swp-rt{
    width: 240px;
}
.z-swp-rt .swiper-wrapper{
    width: 240px;
    flex-direction: column;

}
.z-swp-rt .swiper-slide{
    position: relative;
    padding: 10px 0;
}
.z-swp-rt-title{
    width: 240px;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-line-clamp:1;
    column-gap: 10px;
    margin-bottom: 16px;
    position: relative;
    font-weight: bold;
}
.z-swp-rt-title span{
    position: absolute;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.z-swp-rt-words{
    width: 240px;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-line-clamp:3;
    margin-bottom: 10px;
    line-height: 1.5;
}
.z-date{
    box-sizing: border-box;
    width: 240px;
    padding: 0 40px;
}
.z-thebg{
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    display: none;
    z-index: -1;
    transform: rotateZ(180deg);
}
.my-slide-thumb-active .z-thebg{
    display: block;
}
.my-slide-thumb-active .z-swp-rt-title{
    color: #29983A;
}
.my-slide-thumb-active .z-swp-rt-title span{
    background: #29983A;
}
.my-bullet-active{
    background: #fff;
}

.z-lixw{
    width: 100%;
    box-sizing: border-box;
    background: #F1F6F3;
    padding: 30px 0 80px;
}
#bdMap{
    width: 750px;
    height: 560px;
}
.z-map-rt{
    flex-direction: column;
    width: 400px;
    box-sizing: border-box;
    line-height: 1.5;
}
.z-codeout{
    row-gap: 20px;
    font-size: 18px;
    margin-bottom:70px;
    flex-direction: column;
    align-items: flex-start;
}
.z-codeout img{
    width: 166px;
    height: 166px;
}
.z-lxwmicon{
    margin-right: 20px;
    width: 66px;
    height: 66px;
}
.z-footer{
    width: 100%;
    box-sizing: border-box;
    background: #29983A;
    color: #fff;
}
.z-footer a{
    color: #fff;
}
.z-footer1{
    padding: 33px;
    justify-content: space-around;
}
.z-ftitle::before{
    content: '';
    width: 2px;
    height: 16px;
    background: #fff;
    display: block;
    margin-right: 5px;
    transform: translateX(-10px);
}
.z-foot-icon{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.z-fooot1-2{
    width: 214px;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 35px;
}
.z-fooot1-2 a{
    width: 5em;
    
}
.z-fooot1-3{
    flex-direction: column;
    row-gap: 35px;
}
.z-fooot1-4{
    flex-direction: column;
    row-gap: 20px;
    font-size: 18px;
}
.z-fooot1-4 img{
    width: 108px;
    height: 108px;
}
.z-footer2{
    border-top: 1px solid #fff;
    padding: 10px 0;
    column-gap: 20px;
}


.z-codeout{
    display: none;
}


.xxp-pro-list{
    margin-top: 0px;
}

.xxp-qc-box{
    display: flex;
    flex-wrap: wrap;
}

.xxp-qc-box .xxp-qc-list{
    height: 400px;
    font-size: 15px;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 20px;
}

.xxp-qc-list img{
    height: 90%;
    margin-bottom: 10px;
}