<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
img { border: 0px; }
.bannerbox { width: 960px; height: 300px; overflow: hidden; margin: 0px auto; }
#focus { width: 960px; height: 300px; clear: both; overflow: hidden; position: relative; float: left; }
    #focus ul { width: 960px; height: 300px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; width: 960px; height: 300px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
		 #focus ul li img { float: left; width: 960px; height: 300px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
    #focus .preNext { width: 480px; height: 300px; position: absolute; top: 0px; cursor: pointer; }
    #focus .pre { left: 0; background: url(sprite.png) no-repeat left center; }
    #focus .next { right: 0; background: url(sprite1.png) no-repeat right center; }
</pre></body></html>