.hide{
    display: none;
}
.banner div{
    width: 100%;
    background: url(../assets/img/new1-banner.png) no-repeat center;
    background-size: cover;
    height: 780px;
    z-index: -2;
}
.content,.content2{
    width: 1200px;
    margin: 120px auto;
}
.content-tab{
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 100px;
}
.content-tab-active{
    border-bottom: 4px solid var(--vi);
    color: var(--vi) !important;
}
.content-tab a{
    color: var(--t22);
    margin: 20px;
}
.content-tab a p{
    padding: 12px 0;
}

.link-hangyeWeb:hover{
color: var(--vi);
}
.new-items,.content2-item{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.new-item-text{
  width: 800px;
}
.new-item-img{
    width: 274px;
    height: 182px;
    background-image: url(../assets/img/绿色工厂解决方案.png);
	background-size: cover;
}
.more{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.more-text{
    color: var(--taa);
}
.moreColor{
    fill: var(--vi);
    color: var(--vi);
}

.line-eee{
    width: 100%;
    height: 1px;
    background-color: var(--tee);
    margin: 60px 0;
}
.load-more{
    width: 120px;
    margin: 120px auto 0 auto;
    color: var(--taa);
    text-align: center;
    cursor: pointer;
}
.loadColor{
    stroke: var(--vi);
    color: var(--vi);
}
