
.focus {
    background-color: #000;
    float: left;
    height: 550px;
    position: relative;
    width: 940px;
}
.focus img {
    height: 550px;
    width: 940px;
}
.focus .shadow .title {
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
    width: 260px;
}
.focus .shadow .title a {
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
    text-decoration: none;
}
.focus .btn {
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    position: absolute;
}
.focus .btn a {
    background: #d9d9d9 none repeat scroll 0 0;
    border-radius: 7px;
    color: #fff;
    display: inline;
    float: left;
    font: 12px/15px "宋体";
    height: 13px;
    margin: 0 5px;
    outline: 0 none;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 13px;
}
.focus .btn a:hover, .focus .btn a.current {
    background: #09ff5b none repeat scroll 0 0;
    cursor: pointer;
}
.focus .fPic {
    left: 0;
    position: absolute;
    top: 0;
}
.focus .D1fBt {
    height: 16px;
    overflow: hidden;
    z-index: 10;
}
.focus .shadow {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: white;
    display: block;
    height: 80px;
    left: 0;
    line-height: 80px;
    padding-left: 20px;
    position: absolute;
    text-align: left;
    width: 920px;
    z-index: 10;
}
.focus .shadow a {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 20px;
    margin-left: 10px;
    overflow: hidden;
    text-decoration: none;
}
.focus .fcon {
    background: #000 none repeat scroll 0 0;
    display: none;
    float: left;
    position: relative;
    width: 100%;
}
.focus .fcon img {
    display: block;
}
.focus .fbg {
    bottom: 25px;
    height: 21px;
    position: absolute;
    right: 40px;
    text-align: center;
    z-index: 200;
}
.focus .fbg div {
    height: 14px;
    margin: 4px auto 0;
    overflow: hidden;
}
.focus .D1fBt a {
    background: #d9d9d9 none repeat scroll 0 0;
    border-radius: 7px;
    color: #fff;
    display: inline;
    float: left;
    font: 12px/15px "宋体";
    height: 12px;
    margin: 0 5px;
    outline: 0 none;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 12px;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #09ff5b none repeat scroll 0 0;
}
.focus .D1fBt img {
    display: none;
}
.focus .D1fBt i {
    display: none;
    font-style: normal;
}
.focus .prev, .focus .next {
    background: rgba(0, 0, 0, 0) url("../images/focus_btn.png") no-repeat scroll 0 0;
    height: 74px;
    position: absolute;
    width: 40px;
}
.focus .prev {
    background-position: 0 -74px;
    cursor: pointer;
    left: 0;
    margin-top: -37px;
    top: 50%;
}
.focus .next {
    background-position: -40px -74px;
    cursor: pointer;
    margin-top: -37px;
    right: 0;
    top: 50%;
}
.focus .prev:hover {
    background-position: 0 0;
}
.focus .next:hover {
    background-position: -40px 0;
}
