/**
 * 幻灯
 */
.focus-wrap {
    margin-bottom:30px;
}

/**
 * 以 大于 1330像素 为基准
 */
.focus-box {
    position: relative;
    background: #eee;
    width: 100%;
    height: 290px;
    overflow: hidden;
    z-index: 0;
}
.focus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 30000px;
    height: 290px;
}
.focus-item {
    height: 100%;
    width: 655px;
}
.focus-item img {
    width: 100%;
    height: 100%;
    display: block;
}
.focus-rank {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 6px 10px;
    background: rgba(0,0,0,.4);
    background: url(images/black40.png) 0 0 repeat \9;
    border-radius: 10px;
    z-index: 1
}
.focus-rank li {
    width: 8px;
    height: 8px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 8px;
    font-size: 0;
    background: #FFF;
    margin-left: 6px;
    border-radius: 10px;
    cursor: pointer
}
.focus-rank li.first {
    margin-left: 0
}
.focus-rank li.active {
    background: #000
}
.focus-prev,
.focus-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width:50px;
    height: 50px;
    z-index: 11;
    cursor: pointer;
}
.focus-prev {
    left: 0px;
    background: url(images/focus-arrow.png) 0 0 no-repeat;
}
.focus-prev:hover {
    background: url(images/focus-arrow.png) -100px 0 no-repeat;
}
.focus-prev:active {
    background: url(images/focus-arrow.png) -200px 0 no-repeat;
}
.focus-next {
    right: 0px;
    background: url(images/focus-arrow.png) -50px 0 no-repeat;
}
.focus-next:hover {
    background: url(images/focus-arrow.png) -150px 0 no-repeat;
}
.focus-next:active {
    background: url(images/focus-arrow.png) -250px 0 no-repeat;
}

/**
 * 栏目 
*/
.clomuns-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}

/**
 *  弹出框
*/
.indexPopAd {
    width:311px;
    position: absolute;
    left:50%;
    top: 146px;
    z-index: 99;
}
.indexPopAd-wrap {
    width: 311px;
    height: 370px;
    overflow: hidden;
    position: relative;
    background: #000
}
.indexPopAd-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 370px;
    width: 3110px;
}
.indexPopAd-item {
    float: left;
}
.indexPopAd-item>img {
    width: 311px;
    height: 370px;
    vertical-align: top;
}

.indexPopAd-rank {
    background-color: #f5f5f5;
}
.indexPopAd-title {
    display: table;
    height: 80px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #f5f5f5;
}
.indexPopAd-title>li {
    width: 103px;
    height: 100%;
    border-right: 1px solid #dedede;
    text-align: center;
    vertical-align: middle;
    padding: 1em;
    display: table-cell;
}
.indexPopAd-title>li:nth-child(3) {
    border-right: 0;
}
.indexPopAd-title>li:hover {
    background-color: #FFF;
}
.indexPopAd-bottom {
    color: #FFF;
    position: relative;
    height:31px;
    line-height: 31px;
    background: rgba(105,105,105,0.80);
    text-indent: 0.5em;
    font-size: 12px;
}
.indexPopAd-bottom input {
    vertical-align: middle;
    margin: 0 0 0 3px;
    outline: 0;
}
.indexPopAd-close {
    text-indent: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    background: rgba(0,0,0,.25);
}
.indexPopAd-close:hover {
    background: rgba(0,0,0,.35);
}
