﻿.focus .fcon
{
    position: relative;
    width: 100%;
    display: none;
    background: #000;
}
.focus .fcon img
{
    display: block;
    width: 100%;
}
.focus .fbg
{
    right: 20px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}
.focus .fbg div
{
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px;
}
.focus .D1fBt a
{
    position: relative;
    display: inline;
    float: left;
    padding: 0px;
    width: 20px;
    height: 8px;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    line-height: 1px;
}
.focus .D1fBt .current, .focus .D1fBt a:hover
{
    background: rgb(254, 190, 0);
}
.focus .D1fBt img
{
    display: none;
}
.focus .D1fBt i
{
    display: none;
    font-style: normal;
}
.focus .prev, .focus .next
{
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(/images/haoze/focus_btn.png) no-repeat;
}
.focus .prev
{
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}
.focus .next
{
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}
.focus .prev:hover
{
    background-position: 0 0;
}
.focus .next:hover
{
    background-position: -40px 0;
}
.shadow a
{
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
}
