@charset "utf-8";
/* CSS Document */
@import url("base.css");



/*焦点图*/
.focus{width:429px;height:320px; overflow:hidden}
.focus ul{ overflow:hidden;}
.focus ul li{width:100%;height:320px; float:left; }
.focus ul li img{width:429px;height:300px;}
.focus li .focus-title {width:100%; text-align:center; font-size:12px; font-weight:bold}
.focus li .focus-title a{color:#333}
.focus li .focus-title a:hover{ text-decoration:underline}
.focus li .focus-bg{width:100%;height:20px; bottom:0px;left:0px; font-size:12px}
.spot{ height:16px; right:0px; bottom:20px; position:absolute; z-index:1; overflow:hidden}
.spot a {width:20px;height:16px; background-color:#000;color:#fff;float:left; text-align:center; line-height:14px; margin-left:5px; font-size:12px;}

.spot a:hover,.spot a.on { background-color:#F00}


.bannerbox{width:999px;height:125px; position:relative}
.bannerbox .banner{ margin-top:0px}
.bannerbox .banner a{ float:left}
.bannerbox .hb{ position:absolute; bottom:10px;right:10px}
.bannerbox .hb a{width:17px;height:17px; line-height:17px; background-color:#333; text-align:center; margin-left:2px; font-size:12px; font-weight:bold;color:#fff }
.bannerbox .hb a:hover,.bannerbox .hb a.on{ background-color:#f17a38; }
