.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: 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: #DE9E4A;
    color: white;
    border-color: #DE9E4A;
    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;
    position: relative;
}
.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;
	display: flex;
    flex-direction: column;
}

.info-title h3,
.info-en-title h3,
.info-desc{
    margin: 0;
    line-height: 1;
}
.info-title h3 >img{
    width: 200px;
    height: 45px;
    margin-right: 5px;
    
}
.info-en-title h3 >img{
    width: 175px;
    height: 35px;
    margin-right: 5px;
  
}
.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: 1.2vwpx;
    line-height: 1.6;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: justify;
}

.info-more  span{
    font-size: 28px;
    font-weight: 400;
}
.info-mores {
    padding: 8px 30px;
    background: #DE9E4A;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
	width: 120px;
    margin-top: 20px;
white-space: nowrap;
}
.technology-content{
    padding-top: 100px;
}
.soluthcess{
    width: 100%;
}
.soluthcess img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.soluthcess p{
    font-size:18px;
    font-weight: 400;
    margin: 20px 0 50px 0;
}
.stage-title{
    padding: 5px 10px;
    border-radius: 20%;
    background-color: #DE9E4A;
}
@media screen and (max-width:1024px){
.tab{
padding:15px 0px;
font-size:16px;
flex:1;
justify-content:center;
margin:0 !important;
text-align:center;
border-radius: 10px 10px 0 0;
border:none !important;
}

.soluthcess p{
font-size:16px !important;
margin-bottom:30px !important;
line-height:1.7 !important;
}
.filter-group .info-box{
flex-wrap:wrap;
}
.filter-group .info-box .img-container{
width:100%;
height:auto !important;
flex:none !important;
}
.filter-group .info-box .info-content{
flex:1 !important;
padding-left:0 !important;
margin-top:10px !important;
}
.info-more span{
font-size:16px !important;
font-weight:bold;
}
.filter-group{
padding:30px  0 !important;
}
.tabs-divider{
height:3px !important;
margin-bottom:30px !important;
}
.info-desc{
font-size:14px !important;
line-height:1.7 !important;
}
.info-more{
margin-bottom:14px !important;
}
.technology-content{
padding-top:10px !important;
}
.hide_{
display:none !important;
}


}


