@charset "utf-8";

/* 幻灯 */
#slideshow { height: 280px; position: relative; margin-bottom: 10px; }
#slideshow .bd li { height: 280px; }
#slideshow .hd ul { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; text-align: center; }
#slideshow .hd ul li { cursor: pointer; display: inline-block; zoom: 1; width: 30px; height: 8px; margin-right: 2px; background: #FFF; overflow: hidden; line-height: 9999px; }
#slideshow .hd ul .on { width: 60px; background: #E84414; }
#slideshow .site_width { width: 980px; height: 300px; margin: 0 auto; }
#slideshow .site_width a { width: 980px; height: 300px; display: block; }
#slideshow .next, #slideshow .prev { position: absolute; top: 0; width: 68px; height: 300px; color: #FFF; line-height: 300px; text-align: center; cursor: pointer; }
#slideshow .next { right: 100px; background: url(images/next.png) center no-repeat;}
#slideshow .prev { left: 100px; background: url(images/prev.png) center no-repeat;}

