/* reset */

.f-l{float:left;}.f-r{float:right;}
body{font:12px/180% Helvetica,Arial,sans-serif,"宋体";color:#636363;}
/* focus */
.focus{width:440px;overflow:hidden;position:relative;margin:0 auto;}
.focus .focuspic{height:300px;width:999em;position:relative;float:left;}
.focus .focuspic .indexbanner{float:left;width:440px;position:relative;height:300px;overflow:hidden;}
/* scrollbox */
.scrollbox{padding:20px 0;float:left;}
.scrollbox .scrollbtn{width:12px;height:37px;overflow:hidden;background:url(images/arrow.gif) no-repeat;cursor:pointer;}
.scrollbox #prev{background-position:0 0;}
.scrollbox #prev.disabled{background-position:0 -37px;cursor:default;}
.scrollbox #next{background-position:-12px 0;}
.scrollbox #next.disabled{background-position:-12px -37px;cursor:default;}
.scrollbox .scrollpic{float:left;margin:0 16px 0 16px;display:inline;width:380px;overflow:hidden;}
.scrollbox .scrollpic ul{width:999em;float:left;display:inline;}
.scrollbox .scrollpic li{float:left;width:100px;text-align:center; margin-left:15px;}

.scrollbox .scrollpic li a span{display:block;height:30px;line-height:30px;cursor:pointer;}
.scrollbox .scrollpic li a:hover span,.scrollbox .scrollpic li.current a span{color:#3366cc;font-weight:800;}
.scrollbox .scrollpic li.current{ border: 3px solid #EF4923; }