/*  首页滚动广告  */

.fullwidthbanner-container {
	padding: 0px; width: 100% !important; overflow: hidden; margin-top: 0px; margin-bottom: 10px; position: relative; z-index: 998; max-height: 500px !important; background-color: rgb(255, 255, 255);
}
.fullwidthbanner-container .fullwidthbanner {
	padding: 0px; width: 100% !important; overflow: hidden; margin-top: 0px; position: relative; max-height: 500px !important;
}
@media only screen and (max-width:1169px) and (min-width:1000px)
{
.fullwidthbanner-container {
	height: 388px !important;
}
}
