

/* focus_Box */
#focus_Box {
    position: relative;
    width: 750px;
    height: 260px;
    margin: 20px auto;
}

#focus_Box ul {
    position: relative;
    width: 750px;
    height: 260px;
}

#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    background: #787878;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    border-radius: 4px;
}

#focus_Box li img {
    width: 100%;
    background: url(images/loading.gif) no-repeat center 50%;
    height: 100%;
    vertical-align: top
}




#focus_Box .prev, #focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 85px;
}

#focus_Box .prev {
    background: url(../images/bts.png) left bottom no-repeat;
    left: 0px
}

#focus_Box .next {
    background: url(../images/btn.png) right bottom no-repeat;
    right: 40px
}

/*#focus_Box .prev:hover {*/
    /*background-position: left top;*/
/*}*/

/*#focus_Box .next:hover {*/
    /*background-position: right top;*/
/*}*/

#focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(images/share-btn.png) no-repeat;
    text-indent: -999px;
}
/*2*/


/* focus_Box1 */
#focus_Box1 {
    position: relative;
    width: 750px;
    height: 260px;
    margin: 20px auto;
}

#focus_Box1 ul {
    position: relative;
    width: 750px;
    height: 260px
}

#focus_Box1 li {
    z-index: 0;
    position: absolute;
    width: 0px;
    background: #787878;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    border-radius: 4px;
}

#focus_Box1 li img {
    width: 100%;
    background: url(images/loading.gif) no-repeat center 50%;
    height: 100%;
    vertical-align: top
}




#focus_Box1 .prev, #focus_Box1 .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 85px;
}

#focus_Box1 .prev {
    background: url(../images/bts.png) left bottom no-repeat;
    left: 0px
}

#focus_Box1 .next {
    background: url(../images/btn.png) right bottom no-repeat;
    right: 40px
}

/*#focus_Box1 .prev:hover {*/
    /*background-position: left top;*/
/*}*/

/*#focus_Box1 .next:hover {*/
    /*background-position: right top;*/
/*}*/

#focus_Box1 a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(images/share-btn.png) no-repeat;
    text-indent: -999px;
}