
.bannerBox7 .bannerBg{	
	background-image: url('./数智物联网.jpg') !important;
}

.bannerBox7 .bannerBgText{
    width: 100%;
    height: 26%;
    position: fixed;
    top: 26%;
    background-size:auto 100% ;
	background-repeat: no-repeat;
	background-position: center center;	
    display: none;
}

.bannerTextClass .text{
    padding: 40px 0px;
}
.bannerTextClass .text > span{
    color: #ffffff;
    display: inline-block;
    background: -webkit-linear-gradient(top, #008adb 0%,#7db9e8 100%); 
    padding: 3px 10px;
    border-radius: 6px;
}
.bannerTextClass .text > span + span{
    margin-left: 10px;
}

/* .animation.bannerBox6 .bannerBgText {
	animation: shake-vertical 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
} */