﻿/* slide *//* focusBar */
#focusBar
{
    width: 100%;
    height: 700px;
    clear: both;
    position: relative;
    overflow: hidden;
}
#focusBar li
{
    width: 100%;
    clear: both;
    height: 700px;
    display: none;
    position: absolute;/* position:relative;*/
}
#focusBar .focusL
{
    height: 700px;
    position: absolute;
    z-index: 9;/*left:-1000px;*/
    top: 0;
    left: -960px;
    margin-left: 50%;
}
#focusBar .focusR
{
    height: 700px;
    position: absolute;
    z-index: 10;/* right:1000px;*/
    top: 0;
    left: -960px;
    margin-left: 50%;
}
#slide .prev, #slide .next
{
    display: block;
    width: 52px;
    height: 134px;
    position: absolute;
    top: 234px;
    z-index: 11111;
    cursor: pointer;
    background: url(/png/56xtz2hz.png) no-repeat;
}
#slide .prev
{
    left: -52px;
    background-position: 0 0;
}
#slide .next
{
    right: -52px;
    background-position: -68px 0;
}
#slide .prev:hover
{
    background-position: 0 -144px;
}
#slide .next:hover
{
    background-position: -68px -144px;
}
.zhezhao
{
    height: 700px;
    position: absolute;
    z-index: 19;/* right:1000px;*/
    top: 0;
    left: -960px;
    margin-left: 50%;
}
