﻿/*幻灯片*/
#flash_bg{width:100%;margin:0 auto;}
.focus{width:100%;position: relative; overflow:hidden;}
.focus ul,.focus li{ list-style:none; padding:0; margin:0;}
.focus li{ display: none}
.focus .bg {position:absolute;width:100%;height:30px;left:0;bottom:0;opacity:0.5;filter:alpha(opacity=50);z-index:1;background:none;}
.focus .f_btns{position: absolute; width: 100%; height:30px; line-height:30px; left: 0; bottom: 20px; text-align: center; z-index: 2}
.focus .f_btns h2 { color: #fff; font-size: 16px; font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; line-height: 30px; }
.focus .f_btns h2 a{ color: #fff;}
.focus .f_btns h2 a:hover{ text-decoration: none}
.focus .f_btns .btn{ text-align: center; height:14px; overflow: hidden; font-size:0;}
.focus .f_btns .btn span {display: inline-block; width:20px; height: 14px; overflow: hidden; margin: 0 5px; background:url('../images/dian.png') no-repeat; cursor: pointer}
.focus .f_btns .btn span.cur{ background:url('../images/yuan.png') no-repeat;}
.focus .prev {background: url('../images/left.png') no-repeat; position: absolute; top:180px;left:80px; width: 40px; height: 60px; z-index: 3; cursor: pointer}
.focus .next { background: url('../images/right.png') no-repeat; position: absolute; top:180px; width: 40px; height: 60px;right: 80px;z-index: 3;cursor: pointer}
.jqfocus ul li a img{height:450px; text-align:center;}