/*-------------焦点图----------*/
div.slideBox{ position:relative; width:350px; height:240px; overflow:hidden;}
div.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important; display:block; width:350px; height:240px; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; background-color:#000; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;font-family:'Microsoft YaHei';overflow:hidden;white-space:nowrap;text-overflow:ellipsis; width:262px}
div.slideBox div.tips div.title a{ color:#FFF; font-size:15px; line-height:50px; margin-left:10px; text-decoration:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
div.slideBox div.tips div.nums{ position:absolute; right:0px; top:0px; height:100%;border-radius:50%}
div.slideBox div.tips div.nums a{ display:inline-block; >float:left/*For IE.ADD.JENA.201206300844*/; width:12px; height:12px; background-color:#FFF; text-indent:-99999px; margin:15px 10px 0px 0px; border-radius:50%}
div.slideBox div.tips div.nums a.active{ background-color:#F10000;}
/*-------------///焦点图---------*/

@media screen and (max-width: 768px) {
div.slideBox{ position:relative; width:100%; height:240px; overflow:hidden; margin:0 auto}
div.slideBox ul.items li a img{ width:100%; height:240px}
}