@charset "utf-8";

/* CSS Document */
/*焦点图*/
.focus {
    position: relative;
    width: 778px;
    height: 515px;
    margin: 0 auto;
}

.focus img {
    width: 100%;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .D2fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 3.4em;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
    width: 778px;
    height: 512px;
}

.focus .fbg {
    bottom: 13px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    height: 12px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    overflow: hidden;
    height: 12px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin: 0 3px;
    color: #B0B0B0;
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #fff;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #007aff;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .D2fBt a {
    position: relative;
    display: inline;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    color: #B0B0B0;
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #fff;
}

.focus .D2fBt .current,
.focus .D1fBt a:hover {
    background: #007aff;
}

.focus .D2fBt img {
    display: none
}

.focus .D2fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../img/focus2_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;
}