.main-content{
    background: #F4F9F8;
  padding-bottom: 10vw;
}
.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: 105px;
}
.desc p{
    font-size: 24px;
    font-weight: 400;
}



.filter-group{
    width: 100%;
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
	margin-top:-10vw;
}
/* 标签页样式 */
.tabs {
    display: flex;
    justify-content: center;
}
.tab {
    padding: 15px 70px;
    margin: 0 30px;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px 30px 0 0;
    transition: all 0.3s ease;
    background: white;
    color: #0F2F29;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
}
.tab:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.tab.active {
    background: #4C9000;
    color: white;
    border-color: #3a7000;
    z-index: 2;
    margin-bottom: -8px;
}
/* 内容区域 */
.tab-content {
    display: none;
    animation: fadeIn 0.5s ease forwards;
}
.tab-content.active {
    display: block;
}

.tabs-divider{
    height: 8px;
    width: 100%;
    background: #CCCCCC;
    border-radius: 4px;
    margin-bottom: 60px;
}


.filter-group .info-box {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}
.filter-group .info-box .img-container{
    flex: 0 0 30.8%;
    height: 240px;
}
.filter-group .info-box .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filter-group .info-box .info-content{
    flex: 0 0 69.2%;
    padding-left: 30px;
}

.info-title h3,
.info-en-title h3,
.info-desc{
    margin: 0;
    line-height: 1;
}

.info-title h3,.info-en-title h3{
    font-size: 28px;
    font-weight: 400;
    color: #191919;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1;
    margin-bottom: 14px;
}
.info-desc{
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-more {
    position: absolute;
    bottom: 0;
    padding: 8px 30px;
    background: #DE9E4A;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
}

.content-item-box{
    width: 100%;
    height: 100%;
    /*background: #00DD74;*/
    position: absolute;
    top: 0;
    left: 0;
}
.technology-content{
    padding-top: 100px;
}


.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;
}

.smart-agriculture{
    height: auto;
    display: flex;
}
.smart-agriculture .box-left-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.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;
}
.agricultural-products{
    height: auto;
    display: flex;
    justify-content: end;
}
.agricultural-products .box-left-content{
    width: 50%;
    display: flex;
    align-items: end;
    flex-direction: column;
}
.agricultural-products .box-left-content.icon{
    align-items: start;
	margin-top:120px;
}
.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;
}

.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;
}
.info-title h3 >img{
    width: auto;
    height: 45px;
    margin-right: 5px;
    
}
.info-en-title h3 >img{
    width: auto;
    height: 35px;
    margin-right: 5px;
  
}
@media screen and (max-width:1024px){
.info-en-title{
display:none !important;
}
.tabs-divider{
margin-bottom:30px !important;
height:3px !important;
}
.tab{
padding:15px 0px;
font-size:16px;
flex:1;
justify-content:center;
margin:0 !important;
border-radius: 10px 10px 0 0;
border:none !important;
}
.filter-group .info-box{
flex-wrap:wrap;

}
.filter-group .info-box .img-container{
width:100%;
flex:none !important;
}
.info-title h3 >img{
height:25px;
display:none;
}
.info-desc{
line-height:1.7 !important;
}
.info-title h3,.info-en-title h3{
font-size:16px;
font-weight:bold ;
}
.info-content{
padding-left:0 !important;
flex:1 !important;
margin-top:15px;
}
.info-en-title h3 >img{
height:25px !important;
}
.info-more{
position:initial !important;
width:125px !important;
text-align:center;
margin-top:15px;
font-size:14px !important;
}
.filter-group .info-box .img-container{
height:auto !important;
}
.filter-group{
padding-bottom:3px !important;
}
.main-content{
padding-bottom:0 !important;
}
.pub-banner-new-content-placeholder{
display:none !important;
}


}