﻿/* focus_Box */
#focus_Box {
    position: relative;
    width: 100%;
    height: 400px;
}

#focus_Box ul {
    position: relative;
    width: 100%;
    height: 400px;
}

#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    background: transparent;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    border-radius: 4px;
    box-shadow: 1px 1px 12px rgba(200, 200, 200, 1);
    overflow: hidden;
    border-radius: 20px;

}
/*#focus_Box li img{width:100%;background:url(images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}*/
#focus_Box li img {
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) no-repeat center 45%;
    vertical-align: top;
}

#focus_Box li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../images/bg_black_50.png) repeat;
    text-indent: 8px;
    color: #fff;
}

#focus_Box li p span {
    display: inline-block;
    width: 70%;
    height: 40px;
    overflow: hidden;
}

#focus_Box .prev, #focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 37px;
    height: 37px;
    top: 50%;
    margin-top: -18px;
}

#focus_Box .prev {
    background: url(../images/btn.png) left bottom no-repeat;
    left: 0px
}

#focus_Box .next {
    background: url(../images/btn.png) right bottom no-repeat;
    right: 0px
}

#focus_Box .prev:hover {
    background-position: left top;
}

#focus_Box .next:hover {
    background-position: right top;
}