@charset "utf-8";
/* CSS Document */
.focus-box {  background-position:center; position:relative; font-family:'\5b8b\4f53'; margin-bottom: 22px;}
.focus-container { overflow:hidden; position:relative; visibility:hidden;}
.focus-container .focus-item { position:absolute; width:100%; height: 100%; left:0; top:0; overflow: hidden;}
.focus-container .focus-item a { display: block; width: 100%; height: 100%;}
.focus-container .focus-item img { width: 100%; height: 100%; border:0; vertical-align: middle;}
.focus-title-bar { position:absolute; right:0px; bottom:-22px; z-index: 40; width: 100%; height: 22px;text-align: center;}
.focus-title-bg { width: 100%; height: 100%; background-color: #e5e5e5;}
.focus-title { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; height: 22px; line-height: 22px; text-align: center; color: #000; font-size: 14px; position: absolute; left: 0; top: 0; z-index: 50;}
.focus-title a,.focus-text a {color: #000; text-decoration: none;}
.focus-title a:hover,.focus-text a:hover { color: #c00; text-decoration: none;}
.focus-text-box { position:absolute; left:30px; top:10px; z-index: 20; width: 40%; height: 100px;}
.focus-text-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter:alpha(opacity=70);}
.focus-text-inner { position: absolute; left: 0; top: 0; z-index: 30; height: 100%; overflow: hidden;}
.focus-text{  padding:10px; line-height: 1.5; color: #fff; font-size: 13px;}
.focus-navigation { display:block; width:30px; text-align:center; height:50px; line-height:50px; background:#000; text-decoration: none; color:#fff; font-size:30px; font-weight:bold; text-decoration: none; cursor:pointer; position:absolute; top:50%; margin-top:-25px; z-index: 50; opacity: 0.7; filter:alpha(opacity=70);}
.focus-navigation:hover { font-size: 30px; font-weight: bold; color: #fff; text-decoration: none;}
.focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.focus-prev { left:0px;}
.focus-next { right:0px;}
.focus-pagination { position:absolute; right:0px; bottom:0; z-index:60; height:16px; text-align:right;}
.focus-page { display:inline-block; position: relative; width:22px; height:16px; line-height:15px; text-align:center; font-size:10px;font-style: normal;  text-decoration: none; font-family:Arial, Helvetica, sans-serif; background-color:#222; color:#fff; border-right:1px solid #888; cursor:pointer;}
.focus-page span {  color: #fff;}
.focus-page .page-arrow { display: block; width: 100%; height: 6px; line-height: 1; overflow: hidden; text-align: center; color: #c00; display: none; position: absolute; left: 0; top: -6px;}
.focus-page:hover { text-decoration: none; color: #fff;}
.focus-page-active { background-color:#c00;}
.focus-page-active .page-arrow { display: block;}