.main-content{
    background: #F4F9F8;
}
.banner {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    margin-bottom: 0;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content h1{
    font-size: 104px;
    margin: 0;
    line-height: 1;
    margin-bottom: 44px;
}
.banner-content p{
    font-size: 48px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}
.banner-content span{
    font-size: 32px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.desc{
    width: 100%;
    padding: 72px 62px;
    background: #fff;
    margin-top: -133px;
    position: relative;
    margin-bottom: 85px;
}
.desc p{
    font-size: 24px;
    font-weight: 400;
}
.technology-content{
    padding-top: 100px;
}
.filter-item{
    width: 100%;
    height: 47rem;
    margin-bottom: 100px;
}
.filter-group{
    width: 100%;
    height: 100%;
    background: #fff;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.crop-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img-box{
    width: 60%;
    position: absolute;
    left: 0%;
    top: 0%;

}
.img-box > img{
    width: 100%;
    height: 100%;

}
.text-desc{
    height: 39rem;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0%;
    top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
	width:59%;
    z-index: 99;
}
.text-desc p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.text-desc .img-left{
    position: absolute;
    bottom: -10%;
    right: 0%;
    width: 380px;
	height:280px;
}

.crop-content-right{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.img-box-right{
    width: 60%;
    position: absolute;
    right: 1%;
    top: 1%;
}
.img-box-right > img{
    width: 100%;
    height: 100%;

}
.text-desc-right{
    width: 53%;
    height: 39rem;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 5%;
    top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 80px;
    z-index: 99;
}
.text-desc-right p{
    font-size: 1.2vw;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-desc-right h1,.text-desc h1{font-size:30px;}
.text-desc-right .img-right{
    position: absolute;
    bottom: -10%;    
    right: 25%;
    width: 380px;
    height: 250px;
}
.filter-item:last-child{
    padding-bottom: 100px;
}
.img-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.postion{
    bottom: -20% !important ;
    left: 20% !important;
}
/*技术与服务*/
.technology-section{
   width: 100%;
    margin: 0 auto;
    margin-bottom: 10vw;
}
.technology-title{
    color: #195732;
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.technology-title h2{
    margin: 0;
    line-height: 1;
}
.technology-title .title-icon{
    width: 30px;
    /*height: 32px;*/
    margin-top: 32px;
}
.technology-title .title-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.title-slogan{
    font-size: 24px;
    font-weight: 275;
    margin-bottom: 62px;
}
.technology-container{
    margin-top: -45px;
}
.technology-container:first-child{
    margin-top: 0;
}
.technology-section .title-sub{
    color: #CBCBCB;
    font-weight: 700;
    font-size: 44px;
    margin: 0;
    line-height: 1;
    margin-bottom: -10px;
}
.technology-bg{
    width: 100%;
    height: 37.125rem;
}
.technology-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.technology-content-item{
    position: relative;
    /*object-fit: contain;*/
    z-index: 2;
}
.technology-content-item .technology-bg img{
    border-bottom-left-radius: 8.75rem;
}
.green-decoration{
    margin-top: -7%;
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}

.content-item-box{
    width: 100%;
    height: 100%;
    /*background: #00DD74;*/
    position: absolute;
    top: 0;
    left: 0;
}
.content-item-box .box{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.box-left{
    flex: 0 0 33%;
    /*background-color: #ff6b6b;*/
    height: 23.43rem;
    display: flex;
    align-items: end;
    margin-left: 25px;
}
.box-left-content{
    /*display: flex;*/
    /*!*align-items: center;*!*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
}
.box-left-content .title{
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}
.box-left-content .title-divider{
    width: 106px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    margin: 36px 0 25px 0;
}
.box-left-content .sub-title{
    font-size: 15px;
    color: #fff;
}

.box-right{
    width: 65%;
    gap: 20px;
    display: flex;
    align-items: center;
    height: 380px;
}
.box-right-item{
    flex: 1;
    position: relative;
    border-radius: 30px;
   height: 100%
}
.box-right .box-right-item .img-container{
    width: 100%;
    height: 23.43rem;
}
.box-right .box-right-item .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-container{
    position: absolute;
    top: 17px;
    left: 17px;
}
.technology-content .info-box{
    position: absolute;
    bottom:  1.0625rem;
    width: 80%;
    display: flex;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    /*height: 56px;*/
    border-radius: 0.875rem;
    padding: 0.9375rem 1.25rem;
}
.technology-content .info-box span{
    font-size: 1.375rem;
    color: #3C3C3C;
}
.technology-content .info-box a{
    font-size: 0.9375rem;
    padding: 0.473rem 1.56rem;
    background: #DE9E4A;
    color: #fff;
    border-radius: 1.1875rem;
    line-height: 1;
}

    /*.box-left-content {*/
    /*    position: absolute;*/
    /*    bottom: 20px;*/
    /*    left: 20px;*/
    /*}*/
.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.agricultural-products{
    height: auto;
    display: flex;
    justify-content: end;
}
.agricultural-products .box-left-content{
    width: 50%;
    display: flex;
    align-items: end;
    flex-direction: column;
}
.box-left-content a{
    font-size: 1.5rem;
    padding: 1rem 2rem;
    background: #DE9E4A;
    color: #fff;
    border-radius: 1.75rem;
    line-height: 1;
    margin-top: 2rem;
}
.smart-agriculture{
    height: auto;
    display: flex;
}
.smart-agriculture .box-left-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info-title h3 >img{
    width: 200px;
    height: 45px;
    margin-right: 5px;
    
}
.info-en-title h3 >img{
    width: 175px;
    height: 35px;
    margin-right: 5px;
  
}
@media screen and (max-width:1024px){
.filter-item{
height:auto !important;
margin-bottom:30px !important;
}
.img-box,.text-desc,.text-desc-right,.img-box-right{
width:100% !important;
position:initial !important;
height:auto !important;
padding-right:0 !important;
}
.text-desc .img-left,.text-desc-right .img-right{
display:none;
}
.crop-content{
flex-wrap:wrap;
}
.filter-item:last-child{
padding-bottom:0 !important;
}
.text-desc{
padding-left:0 !important;
}
.technology-content{
padding:0px 0 !important;
}
.filter-group{
padding-left:30px;
padding-right:30px;
padding-top:50px;
padding-bottom:50px;
}
.text-desc-right h1,.text-desc h1{
font-size:18px !important;
}
.crop-content .text-desc p,.text-desc-right p{
font-size:16px !important;
}
.crop-content-right{
flex-wrap:wrap;
}
.technology-section{
margin-bottom:0 !important;
}



}




